Uses of Interface
org.hibernate.search.engine.search.projection.ProjectionCollector.Provider
Packages that use ProjectionCollector.Provider
Package
Description
-
Uses of ProjectionCollector.Provider in org.hibernate.search.engine.search.projection
Methods in org.hibernate.search.engine.search.projection that return ProjectionCollector.ProviderModifier and TypeMethodDescriptionstatic <V> ProjectionCollector.Provider<V, V[]> static <V> ProjectionCollector.Provider<V, List<V>> ProjectionCollector.list()static <V> ProjectionCollector.Provider<V, V> ProjectionCollector.nullable()static <V> ProjectionCollector.Provider<V, Optional<V>> ProjectionCollector.optional()<R,U> ProjectionCollector.Provider <U, R> ProjectionCollectorProviderFactory.projectionCollectorProvider(Class<R> containerType, Class<U> containerElementType) static <V> ProjectionCollector.Provider<V, Set<V>> ProjectionCollector.set()static <V,C> ProjectionCollector.Provider <V, C> static <V> ProjectionCollector.Provider<V, SortedSet<V>> ProjectionCollector.sortedSet()static <V> ProjectionCollector.Provider<V, SortedSet<V>> ProjectionCollector.sortedSet(Comparator<? super V> comparator) -
Uses of ProjectionCollector.Provider in org.hibernate.search.engine.search.projection.definition.spi
Methods in org.hibernate.search.engine.search.projection.definition.spi with parameters of type ProjectionCollector.ProviderModifier and TypeMethodDescriptionstatic <T> BeanHolder<ConstantProjectionDefinition<T>> ConstantProjectionDefinition.empty(ProjectionCollector.Provider<?, T> collector) Constructors in org.hibernate.search.engine.search.projection.definition.spi with parameters of type ProjectionCollector.ProviderModifierConstructorDescriptionAccumulatedValued(String fieldPath, Class<F> fieldType, ProjectionCollector.Provider<F, C> collector, ValueModel valueModel) WrappedValued(String fieldPath, String parameterName, DistanceUnit unit, ProjectionCollector.Provider<Double, C> collector) WrappedValued(String fieldPath, CompositeProjectionDefinition<T> delegate, ProjectionCollector.Provider<T, C> collector) -
Uses of ProjectionCollector.Provider in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type ProjectionCollector.ProviderModifier and TypeMethodDescription<R> CompositeProjectionOptionsStep<?, R> CompositeProjectionValueStep.collector(ProjectionCollector.Provider<T, R> collector) Defines how to accumulate composite projection values.<R> DistanceToFieldProjectionOptionsStep<?, R> DistanceToFieldProjectionValueStep.collector(ProjectionCollector.Provider<T, R> collector) Defines how to accumulate distance projection values.<R> FieldProjectionOptionsStep<?, R> FieldProjectionValueStep.collector(ProjectionCollector.Provider<T, R> collector) Defines how to accumulate field projection values.<R> ProjectionFinalStep<R> HighlightProjectionOptionsStep.collector(ProjectionCollector.Provider<String, R> collector) Defines the collector to apply to the highlighted strings. -
Uses of ProjectionCollector.Provider in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type ProjectionCollector.ProviderModifier and TypeMethodDescriptionabstract <V> SearchProjection<V> HighlightProjectionBuilder.build(ProjectionCollector.Provider<String, V> collectorProvider) -
Uses of ProjectionCollector.Provider in org.hibernate.search.engine.search.projection.spi
Subinterfaces of ProjectionCollector.Provider in org.hibernate.search.engine.search.projection.spiModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Provides an accumulator for a given type of values to accumulate (T).Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionCollector.ProviderModifier and TypeMethodDescriptionstatic <V> ProjectionCollector.Provider<V, V[]> static <V> ProjectionCollector.Provider<V, List<V>> BuiltInProjectionCollectors.list()static <V> ProjectionCollector.Provider<V, V> BuiltInProjectionCollectors.nullable()static <V> ProjectionCollector.Provider<V, Optional<V>> BuiltInProjectionCollectors.optional()static <V> ProjectionCollector.Provider<V, Set<V>> BuiltInProjectionCollectors.set()static <V,C> ProjectionCollector.Provider <V, C> static <V> ProjectionCollector.Provider<V, SortedSet<V>> BuiltInProjectionCollectors.sortedSet()static <V> ProjectionCollector.Provider<V, SortedSet<V>> BuiltInProjectionCollectors.sortedSet(Comparator<? super V> comparator) Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionCollector.ProviderModifier and TypeMethodDescription<E,V, P> SearchProjection <P> CompositeProjectionBuilder.build(SearchProjection<?>[] inners, ResultsCompositor<E, V> compositor, ProjectionCollector.Provider<V, P> collectorProvider) <P> SearchProjection<P> DistanceToFieldProjectionBuilder.build(ProjectionCollector.Provider<Double, P> collectorProvider) <P> SearchProjection<P> FieldProjectionBuilder.build(ProjectionCollector.Provider<T, P> collectorProvider)