Annotation Type FieldProjection


@Documented @Target(PARAMETER) @Retention(RUNTIME) @MethodParameterMapping(processor=@MethodParameterMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.FieldProjectionProcessor.class,retrieval=CONSTRUCTOR)) public @interface FieldProjection
Maps a constructor parameter to a projection to the value of a field in the indexed document.
See Also: