Package org.hibernate.search.engine.search.projection.spi
package org.hibernate.search.engine.search.projection.spi
-
ClassDescriptionProjectionAccumulator<E,
V, A, R> A variation onCollector
suitable for projections on field values.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.A factory for search projection builders.SearchProjectionIndexScope<S extends SearchProjectionIndexScope<?>>