parent
58f9839197
commit
d9dfa9a24c
|
@ -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" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue