Re: RemoteSearchable and sorting

2005-10-08 Thread Jeff Rodenburg
As a follow-on to this, the problem appears to have been PBKAC (problem between keyboard and chair). Sorting works fine as long as all indexes being referenced contain the field being sorted. When executing a remote search, the container application (that's me) needs to be sure to bubble up the ex

Re: RemoteSearchable and sorting

2005-10-05 Thread Jeff Rodenburg
Thanks Rasik. If this is the case, why is this exposed in the API? Should the overloaded search method on ParallelMultiSearcher that takes a Sort object be removed? I'm using the 1.4.3 codebase. -j On 10/5/05, Rasik Pandey <[EMAIL PROTECTED]> wrote: > > Hi Jeff, > > Sorting needs access to an I

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