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 absoluteFieldPath)Project to the value of a field in the indexed document, without specifying a type.default <T> FieldProjectionValueStep<?,T>SearchProjectionFactory. field(String absoluteFieldPath, Class<T> type)Project to the value of a field in the indexed document.<T> FieldProjectionValueStep<?,T>SearchProjectionFactory. field(String absoluteFieldPath, Class<T> type, ValueConvert convert)Project to the value of a field in the indexed document.FieldProjectionValueStep<?,Object>SearchProjectionFactory. field(String absoluteFieldPath, 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>DelegatingSearchProjectionFactory. field(String absoluteFieldPath, Class<T> type, ValueConvert convert)FieldProjectionValueStep<?,Object>DelegatingSearchProjectionFactory. field(String absoluteFieldPath, ValueConvert convert)
-