Interface ElasticsearchSearchIndexValueFieldContext<F>
- Type Parameters:
F- The indexed field value type.
- All Superinterfaces:
ElasticsearchSearchIndexNodeContext,EventContextProvider,SearchIndexNodeContext<ElasticsearchSearchIndexScope<?>>,SearchIndexValueFieldContext<ElasticsearchSearchIndexScope<?>>
- All Known Implementing Classes:
ElasticsearchIndexValueField,ElasticsearchMultiIndexSearchIndexValueFieldContext
public interface ElasticsearchSearchIndexValueFieldContext<F>
extends SearchIndexValueFieldContext<ElasticsearchSearchIndexScope<?>>, ElasticsearchSearchIndexNodeContext
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.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexNodeContext
toComposite, toObjectField, toValueFieldMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
Method Details
-
type
- Specified by:
typein interfaceSearchIndexValueFieldContext<F>
-
encodingContext
ElasticsearchSearchEncodingContext<F> encodingContext()
-