-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Geo Circle to Polygon/LineString Ingest Processor #43554
Labels
Comments
talevy
added
>feature
:Analytics/Geo
Indexing, search aggregations of geo points and shapes
labels
Jun 25, 2019
Pinging @elastic/es-analytics-geo |
Merged
imotov
added a commit
to imotov/elasticsearch
that referenced
this issue
Jul 5, 2019
In some cases we need to parse the XContent that is already parsed into a map. This is currently happening in handling source in SQL and ingest node as well as parsing null_value geo values in mappings. Instead of serialize and parse the value again or write another map-based parser this commit adds an iterator that iterates over a map as an XContent. Relates to elastic#43554
imotov
added a commit
that referenced
this issue
Jul 10, 2019
In some cases we need to parse some XContent that is already parsed into a map. This is currently happening in handling source in SQL and ingest processors as well as parsing null_value values in geo mappings. To avoid re-serializing and parsing the value again or writing another map-based parser this commit adds an iterator that iterates over a map as if it was XContent. This makes reusing existing XContent parser on maps possible. Relates to #43554
imotov
added a commit
that referenced
this issue
Jul 11, 2019
In some cases we need to parse some XContent that is already parsed into a map. This is currently happening in handling source in SQL and ingest processors as well as parsing null_value values in geo mappings. To avoid re-serializing and parsing the value again or writing another map-based parser this commit adds an iterator that iterates over a map as if it was XContent. This makes reusing existing XContent parser on maps possible. Relates to #43554
56 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
Add ability to easily index shape values defined like:
Feature Proposal
Introduce a
circle
processor that converts all instances ofa
circle
json definition into a geojsonpolygon
orlinestring
.should transform the circle into a polygon:
The text was updated successfully, but these errors were encountered: