{ \"_source\": \"Uri\",
\"query\" : {
\"bool\": {
\"must\": [
{ \"match\" : { \"Document.Status.Indexed\": false } },
{ \"match\" : { \"Extension\": \"PDF\" } }
]
}}}
Got it!