[DOCS] Changed capitalization of operator in rescore query

This commit is contained in:
Clinton Gormley 2013-10-05 17:18:15 +02:00
parent 0aeac65424
commit 7a53d41446
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ curl -s -XPOST 'localhost:9200/_search' -d '{
"query" : {
"match" : {
"field1" : {
"operator" : "OR",
"operator" : "or",
"query" : "the quick brown",
"type" : "boolean"
}