Michael McCandless wrote:
Mark Miller wrote:
Mark Miller wrote:
Which new sort stuff are you referring to? Is it LUCENE-1471?
Yes. First thing I did was try and patch this in, but the sort tests
failed. It would be the right order, but like the two center docs
would be reversed or something. No time to dig in, so I just switch
to the trunk MultiSearcher and all tests passed except for the two
with the above issues.
Spoke too soon. Wasnt LUCENE-1471's fault, it was just hitting
different aspects of an issue thats messed up with the old
MultiSearcher as well.
OK. If you're building on LUCENE-1471, make sure you start from the
first patch. It'd be good to factor that logic (2nd pqueue for
merging) out so it can be reused b/w IndexSearcher & MultiSearcher.
I actually worked with the second. I'll take a look at the first
instead. I'm sticking with using the MultiSearcher for the first patch -
it can be worked out later if it speed things up.
Does returning by document id order even make sense with this though?
Did it make sense with MultiSearcher? They are pseudo ids (mapped), so
it almost seems I can't support that right...it would depend on the
order of the readers.
- Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]