Is it possible to fetch the documents from all different collections in parallel and return as a list of document in solrj/spring-data-solr?
how to maintain the order for each collection as well.
for eg: i have 5 different collections A,B,C,D,E
all have alt_key as unique field in them and i should be able to get the document list with 5 different document or many when i query them with "alt_key"
NOTE: They are not nested documents and it is independent collections