Package org.redisson.api.search.index
Class NumericIndexParams
java.lang.Object
org.redisson.api.search.index.NumericIndexParams
- All Implemented Interfaces:
FieldIndex,NumericIndex
- Author:
- Nikita Koksharov
-
Method Details
-
as
Description copied from interface:NumericIndexDefines the attribute associated to the field name- Specified by:
asin interfaceNumericIndex- Parameters:
as- the associated attribute- Returns:
- options object
-
sortMode
Description copied from interface:NumericIndexDefines sort mode applied to the value of this attribute- Specified by:
sortModein interfaceNumericIndex- Parameters:
sortMode- sort mode- Returns:
- options object
-
noIndex
Description copied from interface:NumericIndexDefines to not index this attribute- Specified by:
noIndexin interfaceNumericIndex- Returns:
- options object
-
getSortMode
-
isNoIndex
public boolean isNoIndex() -
getFieldName
-
getAs
-