mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[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…
x
Reference in New Issue
Block a user