Class GeoShapeField
java.lang.Object
redis.clients.jedis.search.schemafields.SchemaField
redis.clients.jedis.search.schemafields.GeoShapeField
- All Implemented Interfaces:
IParams
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class redis.clients.jedis.search.schemafields.SchemaField
fieldName -
Constructor Summary
ConstructorsConstructorDescriptionGeoShapeField(String fieldName, GeoShapeField.CoordinateSystem system) GeoShapeField(FieldName fieldName, GeoShapeField.CoordinateSystem system) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) static GeoShapeFieldof(String fieldName, GeoShapeField.CoordinateSystem system) Methods inherited from class redis.clients.jedis.search.schemafields.SchemaField
getFieldName, getName
-
Field Details
-
system
-
-
Constructor Details
-
GeoShapeField
-
GeoShapeField
-
-
Method Details
-
of
-
as
- Overrides:
asin classSchemaField
-
addParams
-