Uses of Class
org.elasticsearch.index.query.GeoExecType
-
Packages that use GeoExecType Package Description org.elasticsearch.index.query -
-
Uses of GeoExecType in org.elasticsearch.index.query
Fields in org.elasticsearch.index.query declared as GeoExecType Modifier and Type Field Description static GeoExecTypeGeoBoundingBoxQueryBuilder. DEFAULT_TYPEDefault type for executing this query (memory as of this writing).Methods in org.elasticsearch.index.query that return GeoExecType Modifier and Type Method Description static GeoExecTypeGeoExecType. fromString(String typeName)static GeoExecTypeGeoExecType. readFromStream(StreamInput in)GeoExecTypeGeoBoundingBoxQueryBuilder. type()Returns the execution type of the geo bounding box.static GeoExecTypeGeoExecType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoExecType[]GeoExecType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.query with parameters of type GeoExecType Modifier and Type Method Description GeoBoundingBoxQueryBuilderGeoBoundingBoxQueryBuilder. type(GeoExecType type)Sets the type of executing of the geo bounding box.
-