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.<T> FieldProjectionValueStep<?,
T> SearchProjectionFactory.field
(String fieldPath, Class<T> type, ValueConvert convert) Project to the value of a field in the indexed document.SearchProjectionFactory.field
(String fieldPath, ValueConvert convert) 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, ValueConvert convert) AbstractSearchProjectionFactory.field
(String fieldPath, ValueConvert convert)