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
Constructors Constructor Description DocumentReferenceProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchProjection<DocumentReference>toProjection()Create aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
-
-
Constructor Detail
-
DocumentReferenceProjectionOptionsStepImpl
public DocumentReferenceProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext)
-
-
Method Detail
-
toProjection
public SearchProjection<DocumentReference> toProjection()
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<DocumentReference>- Returns:
- The
SearchProjectioninstance.
-
-