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:NumericIndex
Defines the attribute associated to the field name- Specified by:
as
in interfaceNumericIndex
- Parameters:
as
- the associated attribute- Returns:
- options object
-
sortMode
Description copied from interface:NumericIndex
Defines sort mode applied to the value of this attribute- Specified by:
sortMode
in interfaceNumericIndex
- Parameters:
sortMode
- sort mode- Returns:
- options object
-
noIndex
Description copied from interface:NumericIndex
Defines to not index this attribute- Specified by:
noIndex
in interfaceNumericIndex
- Returns:
- options object
-
getSortMode
-
isNoIndex
public boolean isNoIndex() -
getFieldName
-
getAs
-