Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator.Provider
-
Packages that use ProjectionAccumulator.Provider Package Description org.hibernate.search.engine.search.projection.spi -
-
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>>
ListProjectionAccumulator. provider()
static <V> ProjectionAccumulator.Provider<V,V>
SingleValuedProjectionAccumulator. provider()
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionAccumulator.Provider Modifier and Type Method Description <P> SearchProjection<P>
DistanceToFieldProjectionBuilder. build(ProjectionAccumulator.Provider<Double,P> accumulatorProvider)
<P> SearchProjection<P>
FieldProjectionBuilder. build(ProjectionAccumulator.Provider<T,P> accumulatorProvider)
-