Annotation Type ScoreProjection
@Documented
@Target(PARAMETER)
@Retention(RUNTIME)
@MethodParameterMapping(processor=@MethodParameterMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.ScoreProjectionProcessor.class,retrieval=CONSTRUCTOR))
public @interface ScoreProjection
Maps a constructor parameter to a projection to the score of the hit.
- See Also: