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.