[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" : {
|
"query" : {
|
||||||
"match" : {
|
"match" : {
|
||||||
"field1" : {
|
"field1" : {
|
||||||
"operator" : "OR",
|
"operator" : "or",
|
||||||
"query" : "the quick brown",
|
"query" : "the quick brown",
|
||||||
"type" : "boolean"
|
"type" : "boolean"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue