Interface LuceneIndexNode
- All Superinterfaces:
EventContextProvider,IndexNode<LuceneSearchIndexScope<?>>,LuceneSearchIndexNodeContext,SearchIndexNodeContext<LuceneSearchIndexScope<?>>
- All Known Subinterfaces:
LuceneIndexCompositeNode,LuceneIndexField
- All Known Implementing Classes:
LuceneIndexObjectField,LuceneIndexRoot,LuceneIndexValueField
public interface LuceneIndexNode
extends IndexNode<LuceneSearchIndexScope<?>>, LuceneSearchIndexNodeContext
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusionMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
Method Details
-
toComposite
LuceneIndexCompositeNode toComposite()- Specified by:
toCompositein interfaceIndexNode<LuceneSearchIndexScope<?>>- Specified by:
toCompositein interfaceLuceneSearchIndexNodeContext- Specified by:
toCompositein interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
toObjectField
LuceneIndexObjectField toObjectField()- Specified by:
toObjectFieldin interfaceIndexNode<LuceneSearchIndexScope<?>>- Specified by:
toObjectFieldin interfaceLuceneSearchIndexNodeContext- Specified by:
toObjectFieldin interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
toValueField
LuceneIndexValueField<?> toValueField()- Specified by:
toValueFieldin interfaceIndexNode<LuceneSearchIndexScope<?>>- Specified by:
toValueFieldin interfaceSearchIndexNodeContext<LuceneSearchIndexScope<?>>
-
dynamic
boolean dynamic()
-