Uses of Interface
org.hibernate.search.engine.search.projection.dsl.DocumentReferenceProjectionOptionsStep
-
Packages that use DocumentReferenceProjectionOptionsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
Uses of DocumentReferenceProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Classes in org.hibernate.search.engine.search.projection.dsl with type parameters of type DocumentReferenceProjectionOptionsStep Modifier and Type Interface Description interfaceDocumentReferenceProjectionOptionsStep<S extends DocumentReferenceProjectionOptionsStep<?>>The initial and final step in a "document reference" projection definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return DocumentReferenceProjectionOptionsStep Modifier and Type Method Description DocumentReferenceProjectionOptionsStep<?>SearchProjectionFactory. documentReference()Project the match to aDocumentReference. -
Uses of DocumentReferenceProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return DocumentReferenceProjectionOptionsStep Modifier and Type Method Description DocumentReferenceProjectionOptionsStep<?>AbstractSearchProjectionFactory. documentReference()
-