I have multiple documents that have a field "geometry" that contains Polygon or LineString. I notice that it is VERY slow to index. So slow that I get a gateway timeout on my network and all my documents fail to make it in.
The mapping of my field is:
"precision": "1.0m",
"tree": "quadtree",
"type": "geo_shape"
Just like in the docs. How can I improve the performance of the indexing? Without the geoindexing, my thousands of documents go in lightning fast.