enhanced_tilemap
enhanced_tilemap copied to clipboard
Query with polygon of many points not work
I have a index with one polygon of 92000 point. If I click on the polygon the search not work. The error is: "Kibana is unable to store history items in your session because it is full and there don't seem to be items any items safe to delete. Elasticsearch support the query with 92000 points. I have try with kibana's dev tools and work correctly. The error I think is on Kibana. The query with polygon with a number minor of points (5000) work correctly on the map. Is it possible use "quering with indexed shapes" click on map (https://www.elastic.co/guide/en/elasticsearch/guide/current/indexed-geo-shapes.html) ? Example query with index geo shape: { "geo_shape": { "location_shape": { "relation": "within", "indexed_shape": { "index": "xyl_zone", "type": "default", "id": "ZONA_20150303", "path": "location_area" } } } }
@Leleweb28 As you suggested in another thread, this problem is best solved by querying with indexed shapes.
This issue is currently not being worked and would best be solved with a pull request.