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.