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