Interface LuceneIndexCompositeNode
-
- All Superinterfaces:
EventContextProvider,IndexCompositeElementDescriptor,IndexCompositeNode<LuceneSearchIndexScope<?>,LuceneIndexCompositeNodeType,LuceneIndexField>,IndexNode<LuceneSearchIndexScope<?>>,LuceneIndexNode,LuceneSearchIndexCompositeNodeContext,LuceneSearchIndexNodeContext,SearchIndexCompositeNodeContext<LuceneSearchIndexScope<?>>,SearchIndexNodeContext<LuceneSearchIndexScope<?>>
- All Known Implementing Classes:
LuceneIndexObjectField,LuceneIndexRoot
public interface LuceneIndexCompositeNode extends IndexCompositeNode<LuceneSearchIndexScope<?>,LuceneIndexCompositeNodeType,LuceneIndexField>, LuceneIndexNode, LuceneSearchIndexCompositeNodeContext
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
isObjectField, isRoot, toObjectField
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexCompositeNode
staticChildren, staticChildrenByName, type
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusion
-
Methods inherited from interface org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexNode
dynamic, toComposite, toObjectField, toValueField
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexCompositeNodeContext
staticChildrenByName, type
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectField
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeContext
absolutePath
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
-