elasticsearch/x-pack/qa/runtime-fields
Nik Everett dde7d418a8
Add matching pattern to error in fields (#76903)
This adds the pattern into the error message returned when trying to
fetch fields. So this:
```
POST _search {
  "fields": [ { "field": "*", "format": "date_time" } ]
}
```

Will return an error message like
```
error fetching [foo] which matches [*]: Field [foo] of type [keyword] doesn't support formats
```
2021-09-01 12:15:54 -04:00
..
core-with-mapped
core-with-search
src/main/java/org/elasticsearch/xpack/runtimefields/test
with-security
build.gradle