Interface SearchIndexValueFieldContext<SC extends SearchIndexScope<?>>

Type Parameters:
SC - The type of the backend-specific search scope.
All Superinterfaces:
EventContextProvider, SearchIndexNodeContext<SC>
All Known Subinterfaces:
IndexValueField<SC,NT,C>
All Known Implementing Classes:
AbstractIndexValueField, AbstractMultiIndexSearchIndexValueFieldContext

public interface SearchIndexValueFieldContext<SC extends SearchIndexScope<?>> extends SearchIndexNodeContext<SC>
Information about a value (non-object) field targeted by search, be it in a projection, a predicate, a sort, ...