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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandynamic()LuceneIndexCompositeNodetoComposite()LuceneIndexObjectFieldtoObjectField()LuceneIndexValueField<?>toValueField()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusion
-
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
-
-
-
-
Method Detail
-
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()
-
-