Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchSearchProjection
Packages that use ElasticsearchSearchProjection
Package
Description
-
Uses of ElasticsearchSearchProjection in org.hibernate.search.backend.elasticsearch.index.impl
Methods in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type ElasticsearchSearchProjectionModifier and TypeMethodDescriptionIndexManagerBackendContext.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 ElasticsearchSearchProjectionModifier and TypeClassDescriptionclassclassclassA projection on the distance from a given center to the GeoPoint defined in an index field.classclassclassclassclassElasticsearchFieldProjection<F,V, P, T> A projection on the values of an index field.classclassA projection that yields one composite value per object in a given object field.classMethods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return ElasticsearchSearchProjectionModifier and TypeMethodDescriptionstatic <P> ElasticsearchSearchProjection<P>ElasticsearchSearchProjection.from(ElasticsearchSearchIndexScope<?> scope, SearchProjection<P> projection) Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchSearchProjectionModifierConstructorDescriptionElasticsearchEntityCompositeProjection(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 ElasticsearchSearchProjectionModifier and TypeMethodDescriptionSearchBackendContext.createSearchQueryBuilder(ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection) Constructors in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type ElasticsearchSearchProjectionModifierConstructorDescriptionElasticsearchSearchQueryBuilder(ElasticsearchWorkFactory workFactory, ElasticsearchSearchResultExtractorFactory searchResultExtractorFactory, ElasticsearchParallelWorkOrchestrator queryOrchestrator, ElasticsearchSearchIndexScope<?> scope, BackendSessionContext sessionContext, SearchLoadingContextBuilder<?, ?> loadingContextBuilder, ElasticsearchSearchProjection<H> rootProjection, Integer scrollTimeout)