Interface SearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F>
- Type Parameters:
SC- The type of the backend-specific search scope.N- The type representing the targeted index node.F- The indexed field value type.
- All Superinterfaces:
SearchIndexNodeTypeContext<SC,N>
- All Known Implementing Classes:
AbstractIndexValueFieldType,AbstractMultiIndexSearchIndexValueFieldContext
public interface SearchIndexValueFieldTypeContext<SC extends SearchIndexScope<?>,N,F>
extends SearchIndexNodeTypeContext<SC,N>
Information about the type of a value (non-object) field targeted by search,
be it in a projection, a predicate, a sort, ...
-
Method Summary
Modifier and TypeMethodDescriptiondefault DslConverter<?, F> dslConverter(ValueModel valueModel) booleanDslConverter<?, F> DslConverter<?, F> default ProjectionConverter<F, ?> projectionConverter(ValueModel valueModel) DslConverter<?, ?> ProjectionConverter<?, ?> Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
Method Details
-
valueClass
-
mappingDslConverter
DslConverter<?,F> mappingDslConverter() -
indexDslConverter
DslConverter<F,F> indexDslConverter() -
rawDslConverter
DslConverter<?,?> rawDslConverter() -
parserDslConverter
-
dslConverter
-
rawProjectionConverter
ProjectionConverter<?,?> rawProjectionConverter() -
mappingProjectionConverter
ProjectionConverter<F,?> mappingProjectionConverter() -
indexProjectionConverter
ProjectionConverter<F,F> indexProjectionConverter() -
formatterProjectionConverter
-
projectionConverter
-
highlighterTypeSupported
-