Interface SearchIndexCompositeNodeContext<SC extends SearchIndexScope<?>>
-
- Type Parameters:
SC- The type of the backend-specific search scope.
- All Superinterfaces:
EventContextProvider,SearchIndexNodeContext<SC>
- All Known Subinterfaces:
ElasticsearchIndexCompositeNode,ElasticsearchSearchIndexCompositeNodeContext,IndexCompositeNode<SC,NT,F>,IndexObjectField<SC,NT,C,F>,LuceneIndexCompositeNode,LuceneSearchIndexCompositeNodeContext
- All Known Implementing Classes:
AbstractIndexObjectField,AbstractIndexRoot,AbstractMultiIndexSearchIndexCompositeNodeContext,ElasticsearchIndexObjectField,ElasticsearchIndexRoot,ElasticsearchMultiIndexSearchIndexCompositeNodeContext,LuceneIndexObjectField,LuceneIndexRoot,LuceneMultiIndexSearchIndexCompositeNodeContext
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 StringabsolutePath(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, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toComposite, toObjectField, toValueField
-
-
-
-
Method Detail
-
type
SearchIndexCompositeNodeTypeContext<SC,?> type()
-
staticChildrenByName
Map<String,? extends SearchIndexNodeContext<SC>> staticChildrenByName()
-
-