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 think I have everything working, except there is a problem with
sort by doc id (it won't reverse). Got the auto detection working
though.
Nice!! Looking forward to the patch :)
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]