Package org.redisson.api.search.index
Interface GeoIndex
- All Superinterfaces:
FieldIndex
- All Known Implementing Classes:
GeoIndexParams
Geo field index options.
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionDefines the attribute associated to the field nameDefines to index documents that don't contain this attributenoIndex()Defines to not index this attributeDefines sort mode applied to the value of this attribute
-
Method Details
-
as
Defines the attribute associated to the field name- Parameters:
as- the associated attribute- Returns:
- options object
-
sortMode
Defines sort mode applied to the value of this attribute- Parameters:
sortMode- sort mode- Returns:
- options object
-
noIndex
GeoIndex noIndex()Defines to not index this attribute- Returns:
- options object
-
indexMissing
GeoIndex indexMissing()Defines to index documents that don't contain this attribute- Returns:
- options object
-