Class LuceneIndexRoot
java.lang.Object
org.hibernate.search.engine.backend.document.model.spi.AbstractIndexNode<S,SC,NT>
org.hibernate.search.engine.backend.document.model.spi.AbstractIndexRoot<LuceneIndexRoot,LuceneSearchIndexScope<?>,LuceneIndexCompositeNodeType,LuceneIndexField>
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexRoot
- All Implemented Interfaces:
LuceneIndexCompositeNode,LuceneIndexNode,LuceneSearchIndexCompositeNodeContext,LuceneSearchIndexNodeContext,IndexCompositeNode<LuceneSearchIndexScope<?>,,LuceneIndexCompositeNodeType, LuceneIndexField> IndexNode<LuceneSearchIndexScope<?>>,IndexCompositeElementDescriptor,SearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>,SearchIndexNodeContext<LuceneSearchIndexScope<?>>,EventContextProvider
public final class LuceneIndexRoot
extends AbstractIndexRoot<LuceneIndexRoot,LuceneSearchIndexScope<?>,LuceneIndexCompositeNodeType,LuceneIndexField>
implements LuceneIndexCompositeNode
-
Field Summary
Fields inherited from class org.hibernate.search.engine.backend.document.model.spi.AbstractIndexNode
type -
Constructor Summary
ConstructorsConstructorDescriptionLuceneIndexRoot(LuceneIndexCompositeNodeType type, Map<String, LuceneIndexField> notYetInitializedStaticChildren) -
Method Summary
Methods inherited from class org.hibernate.search.engine.backend.document.model.spi.AbstractIndexRoot
absolutePath, absolutePath, absolutePathComponents, closestMultiValuedParentAbsolutePath, inclusion, isComposite, isObjectField, isRoot, isValueField, multiValued, multiValuedInRoot, nestedPathHierarchy, relativeEventContext, staticChildrenByName, toComposite, toStringMethods inherited from class org.hibernate.search.engine.backend.document.model.spi.AbstractIndexNode
cannotUseQueryElement, eventContext, queryElement, typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
isObjectField, isRootMethods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexCompositeNode
staticChildren, staticChildrenByName, typeMethods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusionMethods inherited from interface org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexNode
toCompositeMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexCompositeNodeContext
staticChildrenByName, typeMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toCompositeMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
absolutePathMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
Constructor Details
-
LuceneIndexRoot
public LuceneIndexRoot(LuceneIndexCompositeNodeType type, Map<String, LuceneIndexField> notYetInitializedStaticChildren)
-
-
Method Details
-
self
- Specified by:
selfin classAbstractIndexNode<LuceneIndexRoot,LuceneSearchIndexScope<?>, LuceneIndexCompositeNodeType>
-
toObjectField
- Specified by:
toObjectFieldin interfaceIndexCompositeElementDescriptor- Specified by:
toObjectFieldin interfaceIndexNode<LuceneSearchIndexScope<?>>- Specified by:
toObjectFieldin interfaceLuceneIndexNode- Specified by:
toObjectFieldin interfaceLuceneSearchIndexNodeContext- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>- Overrides:
toObjectFieldin classAbstractIndexRoot<LuceneIndexRoot,LuceneSearchIndexScope<?>, LuceneIndexCompositeNodeType, LuceneIndexField> - Returns:
- This element as an
IndexObjectFieldDescriptor, if possible. Nevernull.
-
toValueField
- Specified by:
toValueFieldin interfaceIndexNode<LuceneSearchIndexScope<?>>- Specified by:
toValueFieldin interfaceLuceneIndexNode- Specified by:
toValueFieldin interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
dynamic
public boolean dynamic()- Specified by:
dynamicin interfaceLuceneIndexNode
-