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 TypeMethodDescriptionDslConverter<?,
F> default DslConverter<?,
F> dslConverter
(ValueConvert convert) boolean
default ProjectionConverter<F,
?> projectionConverter
(ValueConvert convert) Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
Method Details
-
valueClass
-
dslConverter
DslConverter<?,F> dslConverter() -
rawDslConverter
DslConverter<F,F> rawDslConverter() -
dslConverter
-
projectionConverter
ProjectionConverter<F,?> projectionConverter() -
rawProjectionConverter
ProjectionConverter<F,F> rawProjectionConverter() -
projectionConverter
-
highlighterTypeSupported
-