elasticsearch/plugins/examples/script-expert-scoring
Przemyslaw Gomulka 037261356e
Convert 'id' and '_id' values in REST API tests to strings (#82681)
Follow-up from #77144 (comment) with converting id/_id to always be strings instead of integers. This makes the type value in the Elasticsearch specification be only string instead of string | number.

this change was generated using following command on ubuntu
find . -type f -name "*.yml" -print0 | xargs -0 sed -i -r 's/([^a-zA-Z0-9_\.]id|[^a-zA-Z0-9_]_id):(\s*)([0-9]+)/\1:\2"\3"/g'
2022-02-10 09:14:17 +01:00
..
src Convert 'id' and '_id' values in REST API tests to strings (#82681) 2022-02-10 09:14:17 +01:00
build.gradle Fix classpath for example build integration tests (#81837) 2021-12-16 17:08:24 -05:00