Skip to content

Commit d327e1e

Browse files
committed
Add Map to XContentParser Wrapper
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
1 parent 688cf83 commit d327e1e

File tree

5 files changed

+599
-35
lines changed

5 files changed

+599
-35
lines changed

0 commit comments

Comments
 (0)