Interface SearchIndexValueFieldContext<SC extends SearchIndexScope<?>>
-
- Type Parameters:
SC- The type of the backend-specific search scope.
- All Superinterfaces:
EventContextProvider,SearchIndexNodeContext<SC>
- All Known Subinterfaces:
ElasticsearchSearchIndexValueFieldContext<F>,IndexValueField<SC,NT,C>,LuceneSearchIndexValueFieldContext<F>
- All Known Implementing Classes:
AbstractIndexValueField,AbstractMultiIndexSearchIndexValueFieldContext,ElasticsearchIndexValueField,ElasticsearchMultiIndexSearchIndexValueFieldContext,LuceneIndexValueField,LuceneMultiIndexSearchIndexValueFieldContext
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 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, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toComposite, toObjectField, toValueField
-
-
-
-
Method Detail
-
type
SearchIndexValueFieldTypeContext<SC,?,?> type()
-
-