Can you perform a subquery in Elastic Search?
I am finding a list of documents (usually about 5-20 documents). For each of the documents I\'d like to perform a searc
No, Elastic Search doesn't support subqueries.
You should be able to do this with an IDs query: http://www.elasticsearch.org/guide/reference/query-dsl/ids-query.html