Uses of Interface
org.hibernate.search.engine.search.projection.dsl.FieldProjectionValueStep
-
Packages that use FieldProjectionValueStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
Uses of FieldProjectionValueStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return FieldProjectionValueStep Modifier and Type Method Description default FieldProjectionValueStep<?,Object>
SearchProjectionFactory. field(String fieldPath)
Project to the value of a field in the indexed document, without specifying a type.default <T> FieldProjectionValueStep<?,T>
SearchProjectionFactory. field(String fieldPath, Class<T> type)
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.FieldProjectionValueStep<?,Object>
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 FieldProjectionValueStep Modifier and Type Method Description <T> FieldProjectionValueStep<?,T>
AbstractSearchProjectionFactory. field(String fieldPath, Class<T> clazz, ValueConvert convert)
FieldProjectionValueStep<?,Object>
AbstractSearchProjectionFactory. field(String fieldPath, ValueConvert convert)
-