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 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 round out the API like:
>
> ParallelMultiReader, RemoteReader, MultiReader, Reader
>
> AND
>
> ParallelMultiSearcher,RemoteSearcher, MultiSearcher, Searcher
>
> Regards,
> Rus
>
>
>
>
> On 10/5/05, Jeff Rodenburg <[EMAIL PROTECTED]> wrote:
> > Are there known limitations or issues with sorting and RemoteSearchable?
> I'm
> > encountering problems attempting to sort through a MultiSearcher
> > (ParallelMultiSearcher, actually). I'm using an array of
> RemoteSearchable
> > objects as the Searchable[] source. If I change the source indexes to be
> > local IndexSearchers, sorting works just fine.
> >
> > I've searched the threads of this mailing list as well as the
> outstanding
> > issues on the Apache issue tracker, but haven't found anything related
> to
> > this problem.
> >
> > Thanks,
> > j
> >
> >
>

Reply via email to