Browse Source

field name is changed

`exact_value` is changed to `full_text` at the second (3) example.
mysqlguru 9 years ago
parent
commit
e80f50bca8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/term-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/term-query.asciidoc

@@ -137,7 +137,7 @@ GET my_index/my_type/_search
 {
   "query": {
     "term": {
-      "exact_value": "foxes" <3>
+      "full_text": "foxes" <3>
     }
   }
 }