Uses of Interface
org.hibernate.search.engine.search.reference.projection.FieldProjectionFieldReference
Packages that use FieldProjectionFieldReference
Package
Description
-
Uses of FieldProjectionFieldReference in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type FieldProjectionFieldReferenceModifier and TypeMethodDescriptiondefault <T> FieldProjectionValueStep<?, T> TypedSearchProjectionFactory.field(FieldProjectionFieldReference<? super SR, T> fieldReference) Project to the value of a field in the indexed document. -
Uses of FieldProjectionFieldReference in org.hibernate.search.engine.search.reference.projection
Classes in org.hibernate.search.engine.search.reference.projection that implement FieldProjectionFieldReferenceModifier and TypeClassDescriptionfinal recordAnyProjectionReference<SR,T> A generic projected-field reference that can be manually created and passed to any projection-DSL methods that require a field reference.