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.