GET /local-pay-1,local-pay-2/_search { "query":{ "bool":{ "must":[ {"match" : {"시군명" : "가평군"}}, {"match" : {"NO": "1"}} ] } } }