> I want to sort a SolrDocumentList after it has been queried > and obtained > from the QueryResponse.getResults(). The reason is i have a > SolrDocumentList > obtained after querying using QueryResponse.getResults() and > i have added > few docs to it. Now i want to sort this SolrDocumentList > based on the same > fields i did the querying before i modified this > SolrDocumentList.
QueryResponse.getResults() will return rows many documents. Cant you sort them (plus your injected documents) with your own?