Interface SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>
- Type Parameters:
SC
- The type of the backend-specific search scope.
- All Superinterfaces:
EventContextProvider
,SearchIndexNodeContext<SC>
- All Known Subinterfaces:
IndexCompositeNode<SC,
,NT, F> IndexObjectField<SC,
NT, C, F>
- All Known Implementing Classes:
AbstractIndexObjectField
,AbstractIndexRoot
,AbstractMultiIndexSearchIndexCompositeNodeContext
public interface SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>
extends SearchIndexNodeContext<SC>
Information about a composite index element targeted by search; either the index root or an object field.
-
Method Summary
Modifier and TypeMethodDescriptionabsolutePath
(String relativeFieldName) Map<String,
? extends SearchIndexNodeContext<SC>> type()
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, toComposite, toObjectField, toValueField
-
Method Details
-
absolutePath
-
type
SearchIndexCompositeNodeTypeContext<SC,?> type() -
staticChildrenByName
Map<String,? extends SearchIndexNodeContext<SC>> staticChildrenByName()
-