Annotation Type DocumentReferenceProjection
@Documented
@Target(PARAMETER)
@Retention(RUNTIME)
@MethodParameterMapping(processor=@MethodParameterMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.DocumentReferenceProjectionProcessor.class,retrieval=CONSTRUCTOR))
public @interface DocumentReferenceProjection
Maps a constructor parameter to a projection to a
DocumentReference
representing the hit.