mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
field name is changed
`exact_value` is changed to `full_text` at the second (3) example.
This commit is contained in:
parent
3f9c0fbb58
commit
e80f50bca8
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ GET my_index/my_type/_search
|
||||||
{
|
{
|
||||||
"query": {
|
"query": {
|
||||||
"term": {
|
"term": {
|
||||||
"exact_value": "foxes" <3>
|
"full_text": "foxes" <3>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue