mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
bffbad3c19
When specifying a string field, you can either do: ``` { "foo": "bar" } ``` or ``` { "foo": { "value": "bar", "boost": 42 } } ``` The latter option is now removed. Closes #15388