Uses of Class
com.redis.lettucemod.search.Reducer
-
Packages that use Reducer Package Description com.redis.lettucemod.search -
-
Uses of Reducer in com.redis.lettucemod.search
Subclasses of Reducer in com.redis.lettucemod.search Modifier and Type Class Description classPropertyReducerstatic classReducers.Avgstatic classReducers.Countstatic classReducers.CountDistinctstatic classReducers.CountDistinctishstatic classReducers.FirstValuestatic classReducers.Maxstatic classReducers.Minstatic classReducers.Quantilestatic classReducers.RandomSamplestatic classReducers.StdDevstatic classReducers.Sumstatic classReducers.ToListMethods in com.redis.lettucemod.search that return Reducer Modifier and Type Method Description Reducer[]Group. getReducers()Methods in com.redis.lettucemod.search with parameters of type Reducer Modifier and Type Method Description Group.BuilderGroup.Builder. reducer(Reducer reducer)Group.BuilderGroup.Builder. reducers(Reducer... reducers)Constructors in com.redis.lettucemod.search with parameters of type Reducer Constructor Description Group(java.lang.String[] properties, Reducer[] reducers)
-