Package org.redisson.api.search.index
Class GeoIndexParams
java.lang.Object
org.redisson.api.search.index.GeoIndexParams
- All Implemented Interfaces:
FieldIndex
,GeoIndex
- Author:
- Nikita Koksharov
-
Method Details
-
as
Description copied from interface:GeoIndex
Defines the attribute associated to the field name -
sortMode
Description copied from interface:GeoIndex
Defines sort mode applied to the value of this attribute -
noIndex
Description copied from interface:GeoIndex
Defines to not index this attribute -
indexMissing
Description copied from interface:GeoIndex
Defines to index documents that don't contain this attribute- Specified by:
indexMissing
in interfaceGeoIndex
- Returns:
- options object
-
getSortMode
-
isNoIndex
public boolean isNoIndex() -
getFieldName
-
getAs
-
isIndexMissing
public boolean isIndexMissing()
-