Package org.hibernate.search.engine.search.projection.spi
package org.hibernate.search.engine.search.projection.spi
-
ClassDescriptionProjectionAccumulator<E,
V, A, R> A variation onCollectorsuitable for projections on field values.Provides an accumulator for a given type of values to accumulate (T).ProjectionCompositor<E,V> A variation onCollectorsuitable 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<?>>