Hi, Im trying to get all the values of hostgroup field, but without score, the following query, returns only the best matches, I have tried using bool, but still the best matches
GET myindex/_search
{
"_source": ["hostgroup"],
"size": 10000
}