Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchSearchProjection
-
-
Uses of ElasticsearchSearchProjection in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type ElasticsearchSearchProjection Modifier and Type Method Description <H> ElasticsearchSearchQueryBuilder<H>IndexManagerBackendContext. createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection) -
Uses of ElasticsearchSearchProjection in org.hibernate.search.backend.elasticsearch.search.projection.impl
Classes in org.hibernate.search.backend.elasticsearch.search.projection.impl that implement ElasticsearchSearchProjection Modifier and Type Class Description classAbstractElasticsearchProjection<P>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>classElasticsearchFieldHighlightProjectionclassElasticsearchFieldProjection<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>Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return ElasticsearchSearchProjection Modifier and Type Method Description static <P> ElasticsearchSearchProjection<P>ElasticsearchSearchProjection. from(ElasticsearchSearchIndexScope<?> scope, SearchProjection<P> projection)Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchProjection Constructor Description ElasticsearchEntityCompositeProjection(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchProjection<E> delegate)ElasticsearchObjectProjection(org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchObjectProjection.Builder builder, ElasticsearchSearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider) -
Uses of ElasticsearchSearchProjection in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchSearchProjection Modifier and Type Method Description <H> ElasticsearchSearchQueryBuilder<H>SearchBackendContext. createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection)Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchSearchProjection Constructor Description ElasticsearchSearchQueryBuilder(ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractorFactory searchResultExtractorFactory, ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?,?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection, Integer scrollTimeout)
-