Interface SearchIndexNodeTypeContext<SC extends SearchIndexScope<?>,N>

Type Parameters:
SC - The type of the backend-specific search scope.
N - The type representing the targeted index node.
All Known Subinterfaces:
SearchIndexCompositeNodeTypeContext<SC,N>, SearchIndexValueFieldTypeContext<SC,N,F>
All Known Implementing Classes:
AbstractIndexCompositeNodeType, AbstractIndexNodeType, AbstractIndexValueFieldType, AbstractMultiIndexSearchIndexCompositeNodeContext, AbstractMultiIndexSearchIndexNodeContext, AbstractMultiIndexSearchIndexValueFieldContext

public interface SearchIndexNodeTypeContext<SC extends SearchIndexScope<?>,N>
Information about the type of an composite index element targeted by search, be it in a projection, a predicate, a sort, ...