mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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
The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process See: https://github.com/elastic/docs