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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
absolutePath(String relativeFieldName)
Map<String,? extends SearchIndexNodeContext<SC>>
staticChildrenByName()
SearchIndexCompositeNodeTypeContext<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, isComposite, isValueField, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toComposite, toValueField
-
-
-
-
Method Detail
-
type
SearchIndexCompositeNodeTypeContext<SC,?> type()
-
staticChildrenByName
Map<String,? extends SearchIndexNodeContext<SC>> staticChildrenByName()
-
-