Uses of Interface
org.hibernate.search.engine.search.projection.dsl.DocumentReferenceProjectionOptionsStep
-
-
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.impl
Classes in org.hibernate.search.engine.search.projection.dsl.impl that implement DocumentReferenceProjectionOptionsStep Modifier and Type Class Description classDocumentReferenceProjectionOptionsStepImpl -
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()
-