mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
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:
parent
2362549818
commit
35c02c45f7
4 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue