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 Message-----
> From: Jeff Rodenburg [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, October 11, 2005 11:15 PM
> To: java-user@lucene.apache.org
> Subject: RemoteSearchable woes
> 
> 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 reasons why (serialization and 
> remoteness), but how do I get around these? Anyone run into 
> issues like these and found a crafty way to solve it?
> 
> Thoughts, comments, suggestions?
> 
> - jeff r.
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to