Uses of Class
org.elasticsearch.search.aggregations.bucket.geogrid.ParsedGeoGrid
-
Packages that use ParsedGeoGrid Package Description org.elasticsearch.search.aggregations.bucket.geogrid -
-
Uses of ParsedGeoGrid in org.elasticsearch.search.aggregations.bucket.geogrid
Subclasses of ParsedGeoGrid in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Class Description classParsedGeoHashGridclassParsedGeoTileGridMethods in org.elasticsearch.search.aggregations.bucket.geogrid that return ParsedGeoGrid Modifier and Type Method Description static ParsedGeoGridParsedGeoHashGrid. fromXContent(XContentParser parser, String name)static ParsedGeoGridParsedGeoTileGrid. fromXContent(XContentParser parser, String name)Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return types with arguments of type ParsedGeoGrid Modifier and Type Method Description static ObjectParser<ParsedGeoGrid,Void>ParsedGeoGrid. createParser(Supplier<ParsedGeoGrid> supplier, CheckedFunction<XContentParser,ParsedMultiBucketAggregation.ParsedBucket,IOException> bucketParser, CheckedFunction<XContentParser,ParsedMultiBucketAggregation.ParsedBucket,IOException> keyedBucketParser)Method parameters in org.elasticsearch.search.aggregations.bucket.geogrid with type arguments of type ParsedGeoGrid Modifier and Type Method Description static ObjectParser<ParsedGeoGrid,Void>ParsedGeoGrid. createParser(Supplier<ParsedGeoGrid> supplier, CheckedFunction<XContentParser,ParsedMultiBucketAggregation.ParsedBucket,IOException> bucketParser, CheckedFunction<XContentParser,ParsedMultiBucketAggregation.ParsedBucket,IOException> keyedBucketParser)
-