OpenSearch/x-pack/plugin
Martijn van Groningen 19393fc5a7
match processor should handler values other than string properly (#47419)
Currently if the document being ingested contains another field value
than a string then the processor fails with an error.

This commit changes the match processor to handle number values
and array values correctly.

If a json array is detected then the `terms` query is used instead
of the `term` query.
2019-10-10 08:49:17 +02:00
..
analytics Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ccr Fail earlier Put Follow requests for closed leader indices (#47637) 2019-10-07 13:59:04 +02:00
core Merge remote-tracking branch 'es/7.x' into enrich-7.x 2019-10-09 09:06:13 +02:00
deprecation Add migration tool checks for `_field_names` disabling (#46972) 2019-09-25 10:15:10 +02:00
enrich match processor should handler values other than string properly (#47419) 2019-10-10 08:49:17 +02:00
frozen-indices Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
graph Fix XPackPlugin usages in tests (#47252) 2019-10-02 12:36:02 +02:00
ilm Separate SLM stop/start/status API from ILM (#47710) 2019-10-08 17:21:38 -06:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
mapper-flattened Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ml [7.x][ML] Unwrap exception causes before calling instanceof (#47676) (#47724) 2019-10-08 16:02:47 +03:00
monitoring Merge remote-tracking branch 'es/7.x' into enrich-7.x 2019-10-07 10:07:56 +02:00
rollup Convert most awaitBusy calls to assertBusy (#45794) (#47112) 2019-09-29 12:21:46 +01:00
search-business-rules Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
security Add 'create_doc' index privilege (#45806) (#47645) 2019-10-07 23:58:44 +11:00
spatial Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
sql Convert RunTask to use testclusers, remove ClusterFormationTasks (#47572) 2019-10-08 14:43:29 +03:00
src/test Merge remote-tracking branch 'es/7.x' into enrich-7.x 2019-10-09 09:06:13 +02:00
transform [Transform] move root endpoint to _transform with BWC layer (#47127) (#47682) 2019-10-08 08:59:01 +02:00
vectors Fix XPackPlugin usages in tests (#47252) 2019-10-02 12:36:02 +02:00
voting-only-node Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
watcher Watcher - catch uncaught exception. (#47680) (#47695) 2019-10-07 15:45:45 -05:00
build.gradle Convert RunTask to use testclusers, remove ClusterFormationTasks (#47572) 2019-10-08 14:43:29 +03:00