Re: Sorting solrdocumentlist object after querying

2012-02-10 Thread Kashif Khan
grouping cos those injected documents are not available in that solr also that result grouping is not working with multiple shards -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-solrdocumentlist-object-after-querying-tp3726303p3732120.html Sent from the Solr - User mailing

Re: Sorting solrdocumentlist object after querying

2012-02-09 Thread Tommaso Teofili
Hi Kashif, maybe the field collapsing feature [1] may help you with your requirement. Hope this helps, Tommaso [1] : http://wiki.apache.org/solr/FieldCollapsing

Re: Sorting solrdocumentlist object after querying

2012-02-08 Thread Kashif Khan
> If you reply to this email, your message will be added to the discussion > below: > > http://lucene.472066.n3.nabble.com/Sorting-solrdocumentlist-object-after-querying-tp3726303p3726788.html > To unsubscribe from Sorting solrdocumentlist object after querying, click > here&l

Re: Sorting solrdocumentlist object after querying

2012-02-08 Thread Ahmet Arslan
> 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 > ba

Sorting solrdocumentlist object after querying

2012-02-08 Thread Kashif Khan
the same fields i did the querying before i modified this SolrDocumentList. Please advice any alternatives with sample code will be appreciated a lot if this is not possible. It is an emergency -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-solrdocumentlist-object