Added documentation for the plugins.query.field_type_tolerance setting (#1300)#3118
Conversation
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
docs/user/admin/settings.rst
Outdated
|
|
||
| Update Settings Request:: | ||
|
|
||
| sh$ curl -sS -H 'Content-Type: application/json' -X PUT 'localhost:9200/_cluster/settings?pretty' \ |
There was a problem hiding this comment.
could u follow plugins.query.size_limit setting doc style.
There was a problem hiding this comment.
Used that style for the commands to update the setting.
docs/user/admin/settings.rst
Outdated
| This setting controls whether preserve arrays. If this setting is set to false, then an array is reduced | ||
| to the first non array value of any level of nesting. | ||
|
|
||
| If you have an index with the following value for a field:: |
There was a problem hiding this comment.
doc is exectuable, you can run ppl/sql query directly. for example, https://github.com/opensearch-project/sql/blob/5dafb2fc5960e0a1edff70a089a5390519fc909c/docs/user/ppl/cmd/eval.rst
There was a problem hiding this comment.
I have reworked the documentation. It still does not actually run the queries, although they are run for other files such as user/beyond/partiql.rst.
penghuo
left a comment
There was a problem hiding this comment.
could u add limitation of this setting. for instance, expression will failed.
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
@penghuo I added a limitations section. |
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
Signed-off-by: Norman Jordan <norman.jordan@improving.com>
Description
Add documentation for the
plugins.query.field_type_tolerancesetting.Related Issues
Resolves #1300
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.