Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator.Provider
-
-
Uses of ProjectionAccumulator.Provider in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ProjectionAccumulator.Provider Modifier and Type Method Description <P> SearchProjection<P>ElasticsearchDistanceToFieldProjection.Builder. build(ProjectionAccumulator.Provider<Double,P> accumulatorProvider)<P> SearchProjection<P>ElasticsearchFieldProjection.Builder. build(ProjectionAccumulator.Provider<V,P> accumulatorProvider)Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ProjectionAccumulator.Provider Constructor Description 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 ProjectionAccumulator.Provider in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionAccumulator.Provider Modifier and Type Method Description <P> SearchProjection<P>LuceneDistanceToFieldProjection.Builder. build(ProjectionAccumulator.Provider<Double,P> accumulatorProvider)Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionAccumulator.Provider Constructor Description LuceneObjectProjection(org.hibernate.search.backend.lucene.search.projection.impl.LuceneObjectProjection.Builder builder, LuceneSearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider) -
Uses of ProjectionAccumulator.Provider in org.hibernate.search.engine.search.projection.dsl.impl
Constructors in org.hibernate.search.engine.search.projection.dsl.impl with parameters of type ProjectionAccumulator.Provider Constructor Description CompositeProjectionOptionsStepImpl(CompositeProjectionBuilder builder, SearchProjection<?>[] inners, ProjectionCompositor<?,T> compositor, ProjectionAccumulator.Provider<T,P> accumulatorProvider) -
Uses of ProjectionAccumulator.Provider in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionAccumulator.Provider Modifier and Type Method Description static <V> ProjectionAccumulator.Provider<V,List<V>>ProjectionAccumulator. list()static <V> ProjectionAccumulator.Provider<V,V>ProjectionAccumulator. single()Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionAccumulator.Provider Modifier and Type Method Description <E,V,P>
SearchProjection<P>CompositeProjectionBuilder. build(SearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider)<P> SearchProjection<P>DistanceToFieldProjectionBuilder. build(ProjectionAccumulator.Provider<Double,P> accumulatorProvider)<P> SearchProjection<P>FieldProjectionBuilder. build(ProjectionAccumulator.Provider<T,P> accumulatorProvider)
-