Uses of Class
org.hibernate.search.backend.elasticsearch.search.projection.impl.AbstractElasticsearchProjection
-
Packages that use AbstractElasticsearchProjection Package Description org.hibernate.search.backend.elasticsearch.search.projection.impl -
-
Uses of AbstractElasticsearchProjection in org.hibernate.search.backend.elasticsearch.search.projection.impl
Subclasses of AbstractElasticsearchProjection in org.hibernate.search.backend.elasticsearch.search.projection.impl Modifier and Type Class Description classElasticsearchConstantProjection<T>classElasticsearchDistanceToFieldProjection<A,P>A projection on the distance from a given center to the GeoPoint defined in an index field.classElasticsearchEntityCompositeProjection<E>classElasticsearchEntityLoadingProjection<E>classElasticsearchEntityReferenceProjection<R>classElasticsearchFieldProjection<F,V,P>A projection on the values of an index field.classElasticsearchIdProjection<I>classElasticsearchObjectProjection<E,V,P>A projection that yields one composite value per object in a given object field.classElasticsearchThrowingProjection<T>
-