Class GeoLocationBuilders
- java.lang.Object
-
- org.opensearch.client.opensearch._types.GeoLocationBuilders
-
public class GeoLocationBuilders extends java.lang.ObjectBuilders forGeoLocationvariants.Variants
coords,textare not available here as they don't have a dedicated class. UseGeoLocation's builder for these.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeoHashLocation.Buildergeohash()Creates a builder for thegeohashGeoLocationvariant.static LatLonGeoLocation.Builderlatlon()Creates a builder for thelatlonGeoLocationvariant.
-
-
-
Method Detail
-
geohash
public static GeoHashLocation.Builder geohash()
Creates a builder for thegeohashGeoLocationvariant.
-
latlon
public static LatLonGeoLocation.Builder latlon()
Creates a builder for thelatlonGeoLocationvariant.
-
-