Interface SearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F>

Type Parameters:
SC - The type of the backend-specific search scope.
N - The type representing the targeted index node.
F - The indexed field value type.
All Superinterfaces:
SearchIndexNodeTypeContext<SC,N>
All Known Implementing Classes:
AbstractIndexValueFieldType, AbstractMultiIndexSearchIndexValueFieldContext

public interface SearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F> extends SearchIndexNodeTypeContext<SC,N>
Information about the type of a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...