[DOCS] Changed capitalization of operator in rescore query
This commit is contained in:
parent
0aeac65424
commit
7a53d41446
|
@ -42,7 +42,7 @@ curl -s -XPOST 'localhost:9200/_search' -d '{
|
|||
"query" : {
|
||||
"match" : {
|
||||
"field1" : {
|
||||
"operator" : "OR",
|
||||
"operator" : "or",
|
||||
"query" : "the quick brown",
|
||||
"type" : "boolean"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue