瀏覽代碼

[DOCS] Document NOT as a simple_query_string flag

Fixes #7426
Lee Hinman 11 年之前
父節點
當前提交
c5c11b1837
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-dsl/queries/simple-query-string-query.asciidoc

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

@@ -108,5 +108,5 @@ should be enabled. It is specified as a `|`-delimited string with the
 }
 --------------------------------------------------
 
-The available flags are: `ALL`, `NONE`, `AND`, `OR`, `PREFIX`, `PHRASE`,
+The available flags are: `ALL`, `NONE`, `AND`, `OR`, `NOT`, `PREFIX`, `PHRASE`,
 `PRECEDENCE`, `ESCAPE`, `WHITESPACE`, `FUZZY`, `NEAR`, and `SLOP`.