Merge pull request #12183 from erichard/patch-1

Fix documentation typo
This commit is contained in:
Clinton Gormley 2015-07-10 19:15:24 +02:00
parent 58f9839197
commit d9dfa9a24c
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ Finally, for complete control, you can specify both include and exclude patterns
{
"_source": {
"include": [ "obj1.*", "obj2.*" ],
"exclude": [ "*.description" ],
}
"exclude": [ "*.description" ]
},
"query" : {
"term" : { "user" : "kimchy" }
}