Class AggregationOptions
java.lang.Object
org.redisson.api.search.aggregate.AggregationOptions
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionapply(Expression... expressions) static AggregationOptionsdefaults()getCount()getLoad()booleanbooleanbooleanbooleanlimit(int offset, int count) loadAll()sortBy(boolean withCount, SortedField... fields) sortBy(int max, boolean withCount, SortedField... fields) sortBy(int max, SortedField... fields) sortBy(SortedField... fields) verbatim(boolean verbatim) withCursor(int count) withCursor(int count, int maxIdle)
-
Method Details
-
defaults
-
verbatim
-
load
-
timeout
-
loadAll
-
groupBy
-
sortBy
-
sortBy
-
sortBy
-
sortBy
-
apply
-
limit
-
filter
-
withCursor
-
withCursor
-
withCursor
-
params
-
dialect
-
isVerbatim
public boolean isVerbatim() -
getLoad
-
getTimeout
-
isLoadAll
public boolean isLoadAll() -
getGroupByParams
-
getSortedByFields
-
getSortedByMax
-
isSortedByWithCount
public boolean isSortedByWithCount() -
getExpressions
-
getOffset
-
getCount
-
getFilter
-
isWithCursor
public boolean isWithCursor() -
getCursorCount
-
getCursorMaxIdle
-
getParams
-
getDialect
-