bf4c42a40f
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 |
||
---|---|---|
.. | ||
bin/watcher | ||
dev-tools | ||
docs | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
build.gradle |
README.asciidoc
= Elasticsearch Watcher Plugin This plugins adds conditioned scheduled tasks features to elasticsearch - such a task is called a `Watch`. You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.