Class DocumentReferenceProjectionOptionsStepImpl
java.lang.Object
org.hibernate.search.engine.search.projection.dsl.impl.DocumentReferenceProjectionOptionsStepImpl
- All Implemented Interfaces:
DocumentReferenceProjectionOptionsStep<DocumentReferenceProjectionOptionsStepImpl>,ProjectionFinalStep<DocumentReference>
public final class DocumentReferenceProjectionOptionsStepImpl
extends Object
implements DocumentReferenceProjectionOptionsStep<DocumentReferenceProjectionOptionsStepImpl>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
DocumentReferenceProjectionOptionsStepImpl
-
-
Method Details
-
toProjection
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<DocumentReference>- Returns:
- The
SearchProjectioninstance.
-