OpenSearch/x-pack/plugin/enrich
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
..
qa Don't remove indices to avoid monitoring from intermittently failing 2019-10-08 17:10:42 +02:00
src match processor should handler values other than string properly (#47419) 2019-10-10 08:49:17 +02:00
build.gradle required change after merging in 7 dot x branch 2019-10-09 09:16:23 +02:00