Merge pull request #15722 from mysqlguru/master
DOC - field name is changed
This commit is contained in:
commit
2c87010487
|
@ -137,7 +137,7 @@ GET my_index/my_type/_search
|
||||||
{
|
{
|
||||||
"query": {
|
"query": {
|
||||||
"term": {
|
"term": {
|
||||||
"exact_value": "foxes" <3>
|
"full_text": "foxes" <3>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue