Package org.hibernate.search.engine.search.projection.spi
package org.hibernate.search.engine.search.projection.spi
-
ClassDescriptionProvides access to built-in projection collectors.ProjectionAccumulator<E,
V, A, R> Deprecated.Provides an accumulator for a given type of values to accumulate (T
).ProjectionCompositor<E,V> A variation onCollector
suitable for composing the result of inner projections in a composite projection.A search projection builder, i.e. an object responsible for collecting parameters and then building a search projection.A factory for search projection builders.SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>
ProjectionCollector
instead.