| Interface | Description |
|---|---|
| PostProcessingOperation<K,V> |
Interface for post-processing operations applied in user-specified order.
|
| Class | Description |
|---|---|
| Apply<K,V> |
APPLY post-processing operation.
|
| Filter<K,V> |
FILTER post-processing operation.
|
| GroupBy<K,V> |
GROUPBY post-processing operation.
|
| Limit<K,V> |
LIMIT post-processing operation.
|
| Reducer<K> |
Abstract reducer for GROUPBY operations in FT.HYBRID and FT.AGGREGATE commands.
|
| Reducers |
Factory class for creating
Reducer instances. |
| Reducers.Avg<K> | |
| Reducers.Count<K> | |
| Reducers.CountDistinct<K> | |
| Reducers.CountDistinctish<K> | |
| Reducers.FirstValue<K> | |
| Reducers.Max<K> | |
| Reducers.Min<K> | |
| Reducers.Quantile<K> | |
| Reducers.RandomSample<K> | |
| Reducers.Stddev<K> | |
| Reducers.Sum<K> | |
| Reducers.ToList<K> | |
| Scorer |
Abstract scorer for text search.
|
| Scorers |
Factory class for creating
Scorer instances for text search. |
| SortBy<K> |
SORTBY post-processing operation.
|
| SortProperty<K> |
Represents a sort property with direction for SORTBY operations in FT.HYBRID and FT.AGGREGATE commands.
|
| Enum | Description |
|---|---|
| ReduceFunction |
Enumeration of REDUCE functions for GROUPBY operations in FT.HYBRID and FT.AGGREGATE commands.
|
| SortDirection |
Sort direction enumeration for SORTBY operations in FT.HYBRID and FT.AGGREGATE commands.
|
Copyright © 2026 lettuce.io. All rights reserved.