public class GeoShapeField extends SchemaField
| Modifier and Type | Class and Description |
|---|---|
static class |
GeoShapeField.CoordinateSystem |
fieldName| Constructor and Description |
|---|
GeoShapeField(FieldName fieldName,
GeoShapeField.CoordinateSystem system) |
GeoShapeField(java.lang.String fieldName,
GeoShapeField.CoordinateSystem system) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
GeoShapeField |
as(java.lang.String attribute) |
GeoShapeField |
indexMissing() |
GeoShapeField |
noIndex() |
static GeoShapeField |
of(java.lang.String fieldName,
GeoShapeField.CoordinateSystem system) |
getFieldName, getNamepublic GeoShapeField(java.lang.String fieldName,
GeoShapeField.CoordinateSystem system)
public GeoShapeField(FieldName fieldName, GeoShapeField.CoordinateSystem system)
public static GeoShapeField of(java.lang.String fieldName, GeoShapeField.CoordinateSystem system)
public GeoShapeField as(java.lang.String attribute)
as in class SchemaFieldpublic GeoShapeField indexMissing()
public GeoShapeField noIndex()
public void addParams(CommandArguments args)
Copyright © 2025. All rights reserved.