Package org.hibernate.search.engine.search.projection.spi
-
Interface Summary Interface Description CompositeProjectionBuilder<T> DistanceToFieldProjectionBuilder DocumentReferenceProjectionBuilder EntityProjectionBuilder<E> EntityReferenceProjectionBuilder<R> FieldProjectionBuilder<T> ProjectionAccumulator<F,V,U,R> A variation onCollector
suitable for projections on field values.ProjectionAccumulator.Provider<V,R> Provides an accumulator for a given underlying field type (F
).ScoreProjectionBuilder SearchProjectionBuilder<T> A search projection builder, i.e.SearchProjectionBuilderFactory A factory for search projection builders. -
Class Summary Class Description ListProjectionAccumulator<F,V> AProjectionAccumulator
that can accumulate any number of values into aList
.SingleValuedProjectionAccumulator<F,V> AProjectionAccumulator
that can accumulate up to one value, and will throw an exception beyond that.