Hi James,
Have a look in Bugzilla at issue #34563. I contributed some code last
night that may be helpful to you. Have a look at the
patchTestSort.txt, which is a diff of my changes to test the classes I
created. This may help you understand how to use the classes, but I
assume based upon the valu
> A big index is slow to merge, slow to search, and as you mentioned,
> it's slow to sync. An 1G index took me several hours to merge on a P3
> 1GHz 512MRam
Don't forget "slow to back-up".
--
Regards,
Rus
-
To unsubscribe, e-ma
Hi Jeff,
Sorting needs access to an IndexReader so it can do Term lookups, and
I don't think there is a remote impl of IndexReader probably because,
among other reasons, not all objects related to Terms are
Serializable. IMHO, it would be NICE to have a RemoteReader and a
ParallelMultiReader to ro