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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchSearchIndexValueFieldTypeContext<F>type()-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexNodeContext
toComposite, toObjectField, toValueField
-
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
-
-
-
-
Method Detail
-
type
ElasticsearchSearchIndexValueFieldTypeContext<F> type()
- Specified by:
typein interfaceSearchIndexValueFieldContext<F>
-
-