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