SQL like joins on Elastic Search

Hello,
Does ES support Sql like joins on different indexes? Currently I have to load indexes contents [with some filtering] into memory and use Linq to do the join which is very slow. Is any workaround?
Thanks

It does not, no. You need to flatten your data structure for Elasticsearch.

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