Uses of Interface
org.hibernate.search.engine.search.projection.dsl.FieldProjectionValueStep
Packages that use FieldProjectionValueStep
Package
Description
-
Uses of FieldProjectionValueStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return FieldProjectionValueStepModifier and TypeMethodDescriptiondefault FieldProjectionValueStep
<?, Object> Project to the value of a field in the indexed document, without specifying a type.default <T> FieldProjectionValueStep
<?, T> Project to the value of a field in the indexed document.default <T> FieldProjectionValueStep
<?, T> SearchProjectionFactory.field
(String fieldPath, Class<T> type, ValueConvert convert) Deprecated.<T> FieldProjectionValueStep
<?, T> SearchProjectionFactory.field
(String fieldPath, Class<T> type, ValueModel valueModel) Project to the value of a field in the indexed document.default FieldProjectionValueStep
<?, Object> SearchProjectionFactory.field
(String fieldPath, ValueConvert convert) Deprecated.UseSearchProjectionFactory.field(String, ValueModel)
instead.SearchProjectionFactory.field
(String fieldPath, ValueModel valueModel) Project to the value of a field in the indexed document, without specifying a type. -
Uses of FieldProjectionValueStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return FieldProjectionValueStepModifier and TypeMethodDescription<T> FieldProjectionValueStep
<?, T> AbstractSearchProjectionFactory.field
(String fieldPath, Class<T> clazz, ValueModel valueModel) AbstractSearchProjectionFactory.field
(String fieldPath, ValueModel valueModel)
SearchProjectionFactory.field(String, Class, ValueModel)
instead.