[DOCS] Note case_sensitive param was added in 7.10 (#69405) (#69466)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: Bhavya Gupta <46423346+bhavya121999@users.noreply.github.com>
This commit is contained in:
James Rodewig 2021-02-23 13:12:28 -05:00 committed by GitHub
parent 2362549818
commit 35c02c45f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -41,8 +41,8 @@ provided `<field>`.
(Optional, string) Method used to rewrite the query. For valid values and more (Optional, string) Method used to rewrite the query. For valid values and more
information, see the <<query-dsl-multi-term-rewrite, `rewrite` parameter>>. information, see the <<query-dsl-multi-term-rewrite, `rewrite` parameter>>.
`case_insensitive`:: `case_insensitive` added:[7.10.0] ::
(Optional, Boolean) allows ASCII case insensitive matching of the (Optional, Boolean) Allows ASCII case insensitive matching of the
value with the indexed field values when set to true. Default is false which means value with the indexed field values when set to true. Default is false which means
the case sensitivity of matching depends on the underlying field's mapping. the case sensitivity of matching depends on the underlying field's mapping.

View file

@ -68,8 +68,8 @@ provided. To improve performance, avoid using wildcard patterns, such as `.*` or
valid values and more information, see <<regexp-optional-operators, Regular valid values and more information, see <<regexp-optional-operators, Regular
expression syntax>>. expression syntax>>.
`case_insensitive`:: `case_insensitive` added:[7.10.0]::
(Optional, Boolean) allows case insensitive matching of the regular expression (Optional, Boolean) Allows case insensitive matching of the regular expression
value with the indexed field values when set to true. Default is false which means value with the indexed field values when set to true. Default is false which means
the case sensitivity of matching depends on the underlying field's mapping. the case sensitivity of matching depends on the underlying field's mapping.

View file

@ -62,10 +62,10 @@ Boost values are relative to the default value of `1.0`. A boost value between
`0` and `1.0` decreases the relevance score. A value greater than `1.0` `0` and `1.0` decreases the relevance score. A value greater than `1.0`
increases the relevance score. increases the relevance score.
`case_insensitive`:: `case_insensitive` added:[7.10.0]::
(Optional, Boolean) allows ASCII case insensitive matching of the (Optional, Boolean) Allows ASCII case insensitive matching of the
value with the indexed field values when set to true. Default is false which means value with the indexed field values when set to true. Default is false which means
the case sensitivity of matching depends on the underlying field's mapping the case sensitivity of matching depends on the underlying field's mapping.
[[term-query-notes]] [[term-query-notes]]
==== Notes ==== Notes

View file

@ -69,8 +69,8 @@ increases the relevance score.
(Optional, string) Method used to rewrite the query. For valid values and more information, see the (Optional, string) Method used to rewrite the query. For valid values and more information, see the
<<query-dsl-multi-term-rewrite, `rewrite` parameter>>. <<query-dsl-multi-term-rewrite, `rewrite` parameter>>.
`case_insensitive`:: `case_insensitive` added:[7.10.0]::
(Optional, Boolean) allows case insensitive matching of the (Optional, Boolean) Allows case insensitive matching of the
pattern with the indexed field values when set to true. Default is false which means pattern with the indexed field values when set to true. Default is false which means
the case sensitivity of matching depends on the underlying field's mapping. the case sensitivity of matching depends on the underlying field's mapping.