Docs: Properly escape experimental marker

The `experimental` marker needs its parameters escaped if they contain a
`,`. This one does so I added the quotes.
This commit is contained in:
Nik Everett 2019-10-18 12:56:21 -04:00
parent 8a7fb7ddce
commit 4442f45e2e

View file

@ -1,7 +1,7 @@
[[upgrade-assistant-api-default-field]]
=== Add Default Field API
experimental[This API is *experimental* and may be changed or removed completely in a future release. The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are currently experimental.]
experimental["This API is *experimental* and may be changed or removed completely in a future release. The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are currently experimental."]
Starting in Elasticsearch 7.0, some query types such as Simple Query String, have a limit to the number of fields they will query against. You can configure this cap in Elasticsearch by setting the `indices.query.bool.max_clause_count` cluster setting, which is 1024 by default.