Interface IndexNode<SC extends SearchIndexScope<?>>
- All Superinterfaces:
EventContextProvider
,SearchIndexNodeContext<SC>
- All Known Subinterfaces:
IndexCompositeNode<SC,
,NT, F> IndexField<SC,
,C> IndexObjectField<SC,
,NT, C, F> IndexValueField<SC,
NT, C>
- All Known Implementing Classes:
AbstractIndexField
,AbstractIndexNode
,AbstractIndexObjectField
,AbstractIndexRoot
,AbstractIndexValueField
-
Method Summary
Modifier and TypeMethodDescriptionIndexCompositeNode
<SC, ?, ?> IndexObjectField
<SC, ?, ?, ?> IndexValueField
<SC, ?, ?> Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
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 Details
-
toComposite
IndexCompositeNode<SC,?, toComposite()?> - Specified by:
toComposite
in interfaceSearchIndexNodeContext<SC extends SearchIndexScope<?>>
-
toObjectField
IndexObjectField<SC,?, toObjectField()?, ?> - Specified by:
toObjectField
in interfaceSearchIndexNodeContext<SC extends SearchIndexScope<?>>
-
toValueField
IndexValueField<SC,?, toValueField()?> - Specified by:
toValueField
in interfaceSearchIndexNodeContext<SC extends SearchIndexScope<?>>
-
inclusion
TreeNodeInclusion inclusion()
-