Uses of Interface
org.apache.lucene.sandbox.facet.recorders.Reducer
Packages that use Reducer
Package
Description
Sandbox faceting: classes that can record per ordinal data E.g.
-
Uses of Reducer in org.apache.lucene.sandbox.facet.recorders
Fields in org.apache.lucene.sandbox.facet.recorders declared as ReducerModifier and TypeFieldDescriptionstatic final ReducerReducer.MAXReducer that returns MAX of two values.private final Reducer[]LongAggregationsFacetRecorder.LongAggregationsLeafFacetRecorder.reducersprivate final Reducer[]LongAggregationsFacetRecorder.reducersstatic final ReducerReducer.SUMReducer that returns SUM of two values.Constructors in org.apache.lucene.sandbox.facet.recorders with parameters of type ReducerModifierConstructorDescriptionLongAggregationsFacetRecorder(LongValuesSource[] longValuesSources, Reducer[] reducers) Constructor.(package private)LongAggregationsLeafFacetRecorder(LongValues[] longValues, Reducer[] reducers, IntObjectHashMap<long[]> perOrdinalValues)