Hi Team,
i have
few type at index, like _type: HKN, _type:hke,_type: uun
"_index": "news",
"_type": "hkn",
how to search the type i need.
if only one type i know as below:
POST /news/hkn/_search{}
if all type will be:
POST /news/_search{}
how about i want selected few type like "HKN and UUN"?
Thanks