Fire multiple queries based on the values returned from the previous query elasticsearch

Hi All,
I am trying a scenario where based on results from previous queries I should be able to fire multiple queries on same index simultaneously. So Suppose,based on the previous query if I got the results like 'A','B','C','D','E' from the first query next I want to get the data from different fields with term ='A',term='B',term='C',term='D and so on. Please help me on this.

Please let me know if further explaination is rquired
Thanks

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