Global Temporary Tables

Is there something like global temporary tables/session tables we can use
in elasticsearch ?
The info about global temp tables can be looked here ORACLE-BASE - Global Temporary Tables.

Thanks in advance..!

What's the use case?

Thanks for your reply.
I have a WebAPI in which multiple users hit request at same time. Each user has its own connection to access data from elasticsearch and each user must able to access
only his own data from respective index, where the index name needs to be same for each user. So, I need to make indexes to be shared with the multiple users at the
same time with each user able to access only his respective data.

Have a look at filtered aliases.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.