Re: SortedIntDocSet vs HashDocSet

2009-06-10 Thread Yonik Seeley
On Wed, Jun 10, 2009 at 3:52 AM, Marc Sturlese wrote: > I use to have a HashDocSet in my own Solr SearchComponent. As HashDocSet is > not used anymore in recent nightlies could I replace it for a > SortedIntDocSet (it didn't exist yet when I create my search component). > Does it make sense? Yep.

SortedIntDocSet vs HashDocSet

2009-06-10 Thread Marc Sturlese
ocSet docs = searcher.getXXX(query, filters, sort, 0, maxDocs, flags); Could this would be faster? Is there any way to do that? Thanks in advance -- View this message in context: http://www.nabble.com/SortedIntDocSet-vs-HashDocSet-tp23957473p23957473.html Sent from the Solr - User mailing list archive at Nabble.com.