mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This fixes a nasty bug, when trying to extract arrays, that contain objects from a searchinput. Reason for this is, that we reset the state to early, while still being in an array and not having read all of the embedded objects. With Jackson 2.6 we should reuse jacksons capabilities to not only filter for xcontent builders, but also for parsers. Not the nicest code ever. Closes elastic/elasticsearch#852 Original commit: elastic/x-pack-elasticsearch@2682254644
= Elasticsearch X Plugins A set of Elastic's commercial plugins: - License - Shield - Watcher - Marvel = Testing with Elasticsearch Sometimes it is useful to use your local elasticsearch checkout with x-plugins. To do this, run the following commands: cd buildSrc gradle attach --name elasticsearch --path /path/to/elasticsearch/buildSrc cd .. gradle attach --name elasticsearch --path /path/to/elasticsearch This will cause building x-plugins to reflect any changes in your elasticsearch repo. For example, if you make a change to elasticsearch core, building x-plugins will first re-build elasticsearch core, and use that when building x-plugins.
Description
Languages
Java
99.5%
Groovy
0.4%