Преглед изворни кода

[DOCS] document simple_query_string's `lenient` option

Lee Hinman пре 11 година
родитељ
комит
99b0faed14
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      docs/reference/query-dsl/queries/simple-query-string-query.asciidoc

+ 3 - 0
docs/reference/query-dsl/queries/simple-query-string-query.asciidoc

@@ -46,6 +46,9 @@ true.
 
 |`locale` | added[1.1.0] Locale that should be used for string conversions.
 Defaults to `ROOT`.
+
+|`lenient` | added[1.1.0] If set to `true` will cause format based failures
+(like providing text to a numeric field) to be ignored.
 |=======================================================================
 
 [float]