Re: sorting on "dates" a little fuzzy...

2005-04-22 Thread Rasik Pandey
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

Re: Very large number of indices in distributed environment

2005-08-14 Thread Rasik Pandey
> 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

Re: RemoteSearchable and sorting

2005-10-05 Thread Rasik Pandey
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