Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query with polygon of many points not work #34

Open
Leleweb28 opened this issue Feb 22, 2017 · 1 comment
Open

Query with polygon of many points not work #34

Leleweb28 opened this issue Feb 22, 2017 · 1 comment

Comments

@Leleweb28
Copy link

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"
} } } }

@nreese
Copy link
Owner

nreese commented Feb 24, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants