[DOCS]: fixed small problem in example json

This commit is contained in:
Simon Willnauer 2014-02-26 16:40:04 +01:00
parent c2bb3981ba
commit 90e57c15e8
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ parameter to just one of them:
"query": "Will Smith",
"type": "cross_fields",
"fields": [ "first", "last" ],
"minimum_should_match": 50% <1>
"minimum_should_match": "50%" <1>
}
},
{