RE: RemoteSearchable woes

2005-10-13 Thread Peter Kim
The system I'm working on requires that I also need to use a custom hit collector. I'm not using the RemoteSearchable. Instead, I'm just binding an object called SearcherImpl that contains an IndexSearcher and a getResults() method that uses the custom hit collector. Peter > -Original Messag

Re: RemoteSearchable woes

2005-10-12 Thread Jeff Rodenburg
I'll take the no-response as a "no". :-) On 10/11/05, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: > > Anyone running RemoteSearchable? I'm on v1.4.3 and am using it just fine, > until I need to: > > 1) use a custom sort, or > 2) use something that extends HitCollector > > I've got an idea as to the