Hi;
I am retriving documents using source disabled as follows
{
"fields": ,
"_source": {
"enabled": false
},
"query": {
"term": {
"usersonmail": "ajay.padvi"
}
}
}
but still its showing me all the columns.Please someone clarify how to
achieve retrieval of only wanted columns from an alias.
Thnks
On Nov 3, 10:09 am, arien ajaypa...@gmail.com wrote:
Hi;
I have some small doubt regarding making an alias on 2 or 3 indexes
that whether or not fields of your choice can be included while making
an alias on individual index like we do in Database views.
Thanks;