Search Priviliges

Hi

i have one database with 10 rows and 5 columns..Three users accessing
the same database..
i want to show lke this
for first first user show all columns
for second user show only 1,2 columns
for third user show only 3,4 columns

is this possible in elasticsearch?
Plz guide me in solving this..

Thanks in advance

You can disable the _source and select which fields are returned:

To make it even more convenient you could create a filter alias per
user:

Peter.

On 2 Nov., 06:18, kalpana pinnaka saikalpan...@gmail.com wrote:

Hi

i have one database with 10 rows and 5 columns..Three users accessing
the same database..
i want to show lke this
for first first user show all columns
for second user show only 1,2 columns
for third user show only 3,4 columns

is this possible in elasticsearch?
Plz guide me in solving this..

Thanks in advance