|
@@ -41,8 +41,8 @@ provided `<field>`.
|
|
|
(Optional, string) Method used to rewrite the query. For valid values and more
|
|
|
information, see the <<query-dsl-multi-term-rewrite, `rewrite` parameter>>.
|
|
|
|
|
|
-`case_insensitive`::
|
|
|
-(Optional, Boolean) allows ASCII case insensitive matching of the
|
|
|
+`case_insensitive` added:[7.10.0] ::
|
|
|
+(Optional, Boolean) Allows ASCII case insensitive matching of the
|
|
|
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.
|
|
|
|