Uses of Enum
org.hibernate.search.engine.search.common.ValueConvert
Packages that use ValueConvert
Package
Description
-
Uses of ValueConvert in org.hibernate.search.engine.search.aggregation.dsl
Methods in org.hibernate.search.engine.search.aggregation.dsl with parameters of type ValueConvertModifier and TypeMethodDescriptiondefault <F> RangeAggregationRangeStep
<?, PDF, F> RangeAggregationFieldStep.field
(String fieldPath, Class<F> type, ValueConvert convert) Deprecated.default <F> TermsAggregationOptionsStep
<?, PDF, F, Map<F, Long>> TermsAggregationFieldStep.field
(String fieldPath, Class<F> type, ValueConvert convert) Deprecated. -
Uses of ValueConvert in org.hibernate.search.engine.search.common
Methods in org.hibernate.search.engine.search.common that return ValueConvertModifier and TypeMethodDescriptionstatic ValueConvert
Deprecated.Returns the enum constant of this type with the specified name.static ValueConvert[]
ValueConvert.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.search.common with parameters of type ValueConvertModifier and TypeMethodDescriptionstatic ValueModel
ValueConvert.toValueModel
(ValueConvert valueConvert) Deprecated. -
Uses of ValueConvert in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type ValueConvertModifier and TypeMethodDescriptiondefault N
RangePredicateMatchingStep.atLeast
(Object lowerBoundValue, ValueConvert convert) Deprecated.default N
RangePredicateMatchingStep.atMost
(Object upperBoundValue, ValueConvert convert) Deprecated.default N
RangePredicateMatchingStep.between
(Object lowerBoundValue, Object upperBoundValue, ValueConvert convert) Deprecated.default N
RangePredicateMatchingStep.greaterThan
(Object lowerBoundValue, ValueConvert convert) Deprecated.default N
RangePredicateMatchingStep.lessThan
(Object upperBoundValue, ValueConvert convert) Deprecated.default N
MatchIdPredicateMatchingStep.matching
(Object value, ValueConvert convert) Deprecated.default N
MatchPredicateMatchingStep.matching
(Object value, ValueConvert convert) Deprecated.default N
TermsPredicateMatchingStep.matchingAll
(Collection<?> terms, ValueConvert convert) Deprecated.default N
MatchIdPredicateMatchingStep.matchingAny
(Collection<?> values, ValueConvert convert) Deprecated.default N
TermsPredicateMatchingStep.matchingAny
(Collection<?> terms, ValueConvert convert) Deprecated.default N
RangePredicateMatchingStep.range
(Range<?> range, ValueConvert convert) Deprecated.default N
RangePredicateMatchingStep.within
(Range<?> range, ValueConvert convert) Deprecated.UseRangePredicateMatchingStep.within(Range, ValueModel)
instead.default N
RangePredicateMatchingStep.withinAny
(Collection<? extends Range<?>> ranges, ValueConvert convert) Deprecated. -
Uses of ValueConvert in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type ValueConvertModifier and TypeMethodDescriptiondefault <T> FieldProjectionValueStep
<?, T> SearchProjectionFactory.field
(String fieldPath, Class<T> type, ValueConvert convert) Deprecated.default FieldProjectionValueStep
<?, Object> SearchProjectionFactory.field
(String fieldPath, ValueConvert convert) Deprecated.UseSearchProjectionFactory.field(String, ValueModel)
instead. -
Uses of ValueConvert in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type ValueConvertModifier and TypeMethodDescriptiondefault N
FieldSortMissingValueBehaviorStep.use
(Object value, ValueConvert convert) Deprecated. -
Uses of ValueConvert in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.builtin with parameters of type ValueConvertModifier and TypeMethodDescriptionFieldProjectionBinder.valueConvert
(ValueConvert valueConvert) Deprecated.UseFieldProjectionBinder.valueModel(ValueModel)
instead.
RangeAggregationFieldStep.field(String, Class, ValueModel)
instead.