Elasticsearch Geo-Shape Slow Indexing Performance – Solved

Elasticsearch Geo-Shape Slow Indexing Performance – Solved

We were using Hosted Elasticsearch 1.4.4 to index geo-shape data with the following field mapping. { “geoShapeField”: { “type”: “geo_shape”, “tree”: “quadtree”, “tree_levels”: 26 //Or use precision: “1m”, “distance_error_pct”: 0.025 // Optional, 0.025 is default } } … Read More »