🔎 Open source distributed and RESTful search engine.
Go to file
Jason Tedor 77e74a9319 Add compare condition to handle arrays
This commit adds a new compare condition called “array_compare”. This
condition enables comparing a single resolved value to an array of
resolved values. The value can be compared for equality, non-equality,
and strict and non-strict ordering; the array compare condition will
evaluate to true if the value compares to true with respect to the
specified operator against all (“all”) or at least one (“some”) of the
values in the array specified by “array_path”. Each value in the array
can be resolved to a value using “path” (e.g., “array_path”:
“cx.payload.aggregations.some_field.buckets” and “path”: “doc_count”
would resolve each value in the buckets array to its “doc_count”).

Closes elastic/elasticsearch#345

Original commit: elastic/x-pack-elasticsearch@0d74b4dc11
2015-09-03 09:46:23 -04:00
marvel Marvel: Fix various tests inconsistencies 2015-09-02 16:24:59 +02:00
qa Add compare condition to handle arrays 2015-09-03 09:46:23 -04:00
shield Fix naming for abstract test cases 2015-09-02 16:58:06 -04:00
watcher Add compare condition to handle arrays 2015-09-03 09:46:23 -04:00
x-dev-tools Release: Add release script for S3 uploading 2015-08-23 13:37:50 +02:00
LICENSE.txt Initial X-Pack commit 2018-04-20 14:16:58 -07:00
README.asciidoc Update README.asciidoc 2015-07-17 19:01:46 +02:00
pom.xml add OSS snapshots as a plugin repository to resolve custom enforcer rule 2015-08-26 11:26:21 -04:00

README.asciidoc

= Elasticsearch X Plugins

A set of Elastic's commercial plugins:

- License
- Shield
- Watcher
- Marvel