Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator.Provider
Packages that use ProjectionAccumulator.Provider
Package
Description
-
Uses of ProjectionAccumulator.Provider in org.hibernate.search.backend.elasticsearch.search.highlighter.impl
Methods in org.hibernate.search.backend.elasticsearch.search.highlighter.impl with parameters of type ProjectionAccumulator.ProviderModifier and TypeMethodDescriptionbooleanElasticsearchSearchHighlighter.isCompatible(ProjectionAccumulator.Provider<?, ?> accumulatorProvider) booleanElasticsearchSearchHighlighterImpl.isCompatible(ProjectionAccumulator.Provider<?, ?> 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.ProviderModifier and TypeMethodDescription<P> SearchProjection<P>ElasticsearchDistanceToFieldProjection.Builder.build(ProjectionAccumulator.Provider<Double, P> accumulatorProvider) <V> SearchProjection<V>ElasticsearchFieldHighlightProjection.Builder.build(ProjectionAccumulator.Provider<String, V> accumulatorProvider) <P> SearchProjection<P>ElasticsearchFieldProjection.Builder.build(ProjectionAccumulator.Provider<V, P> accumulatorProvider) booleanProjectionRequestRootContext.isCompatibleHighlighter(String highlighterName, ProjectionAccumulator.Provider<?, ?> accumulatorProvider) Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ProjectionAccumulator.ProviderModifierConstructorDescriptionElasticsearchObjectProjection(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.highlighter.impl
Methods in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type ProjectionAccumulator.ProviderModifier and TypeMethodDescriptionbooleanLuceneAbstractSearchHighlighter.isCompatible(ProjectionAccumulator.Provider<?, ?> provider) -
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.ProviderModifier and TypeMethodDescription<P> SearchProjection<P>LuceneDistanceToFieldProjection.Builder.build(ProjectionAccumulator.Provider<Double, P> accumulatorProvider) <V> SearchProjection<V>LuceneFieldHighlightProjection.Builder.build(ProjectionAccumulator.Provider<String, V> accumulatorProvider) Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionAccumulator.ProviderModifierConstructorDescriptionLuceneObjectProjection(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.ProviderModifierConstructorDescriptionCompositeProjectionOptionsStepImpl(CompositeProjectionBuilder builder, SearchProjection<?>[] inners, ProjectionCompositor<?, T> compositor, ProjectionAccumulator.Provider<T, P> accumulatorProvider) -
Uses of ProjectionAccumulator.Provider in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type ProjectionAccumulator.ProviderModifier and TypeMethodDescriptionabstract <V> SearchProjection<V>HighlightProjectionBuilder.build(ProjectionAccumulator.Provider<String, V> 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.ProviderModifier and TypeMethodDescriptionstatic <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.ProviderModifier and TypeMethodDescription<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)