Interface SearchProjection<P>
- Type Parameters:
P
- The type of the element returned by the projection.
public interface SearchProjection<P>
A query projection that can be used to obtain particular values of an indexed document.
Implementations of this interface are provided to users by Hibernate Search. Users must not try to implement this interface.