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, ...
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toComposite, toObjectField, toValueField
-
Method Details
-
type
SearchIndexValueFieldTypeContext<SC,?, type()?>
-