Michael McCandless wrote:

I think it does make sense (it's well defined). This is what the SubsearcherTopDocs.convertTopDoc method is doing (in the multisearcher.take2.patch on LUCENE-1471).

In fact, returning by document order is a particularly trivial sort, since you'd just have to concatenate the results coming out of the pqueues (ie you wouldn't need a 2nd pqueue). In fact, any SortField[] that contains a SortField.FIELD_DOC could be truncated since that sort order is "total". But these are minor optimizations which we shouldn't worry about for now...

Mike
Yeah, right again. Just trying to get out of what wasn't working and seemed like it should without work from me.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to