Package org.hibernate.search.engine.search.projection
package org.hibernate.search.engine.search.projection
-
InterfacesClassDescriptionProjectionCollector<E,
V, A, R> A variation onCollector
suitable for projections on field values.Provides a collector for a given type of values to accumulate (T
).Defines the factory that can createprojection collector providers
based on a container typeR
and container element typeU
.A query projection that can be used to obtain particular values of an indexed document.