I am making a Solr request and passing id of the docs in fq parameter . Solr as expected returns the doc sorted by score of the docs . I want Solr to return docs in the same order as i sent the ids .
So is there a value to sort parameter than i can give to get the desired result .