Hello! Just a brief question. I'm querying by my docs ids to retrieve the whole document data from them, and I would like to retrieve them in the same order as I queried. Example:
*q*=id:(A+OR+B+OR+C+OR...) And I would like to get a response with a default order like: response: *docA*:{ } *docB*:{ } *docC*:{ } Etc. The default response get the documents in a different order, I supose that due to Solr internal score algorithm. The ids are not numeric, so there is no option to order them with a numeric logic. Any suggestion? Thanks a lot! Luis Cappa.