Merge pull request #15722 from mysqlguru/master

DOC - field name is changed
This commit is contained in:
Adrien Grand 2016-01-05 14:34:21 +01:00
commit 2c87010487
1 changed files with 1 additions and 1 deletions

View File

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