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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
multiValuedInRoot()
SearchIndexValueFieldTypeContext<SC,?,?>
type()
-
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, isComposite, isValueField, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toComposite, toValueField
-
-
-
-
Method Detail
-
multiValuedInRoot
boolean multiValuedInRoot()
-
type
SearchIndexValueFieldTypeContext<SC,?,?> type()
-
-