RMI, Searchable and RemoteSearchable

2008-09-26 Thread Grant Ingersoll
Came across: http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fandroid-developers%2Fbrowse_thread%2Fthread%2F601329551a87e601%2Fcd0919ce891b4a26%3Flnk%3Dgst%26q%3Dlucene&ei=zNzcSPHCF4yI1ga61YiTBA&usg=AFQjCNECrBnNPBkxI4I0EbIzI-mNp3S4YA&sig2=4sDMmwa9

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Jason Rutherglen
It should be easy to add java.rmi.Remote to the JAR file of the application. Unless there is some sort of restriction on adding java.* classes. Lucene is supposed to operate on JDK1.4? Moving to JDK1.5? On Fri, Sep 26, 2008 at 9:07 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Came across: >

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Andrzej Bialecki
Grant Ingersoll wrote: Came across: http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fandroid-developers%2Fbrowse_thread%2Fthread%2F601329551a87e601%2Fcd0919ce891b4a26%3Flnk%3Dgst%26q%3Dlucene&ei=zNzcSPHCF4yI1ga61YiTBA&usg=AFQjCNECrBnNPBkxI4I0EbIzI

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread DM Smith
Grant Ingersoll wrote: Came across: http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fgroups.google.com%2Fgroup%2Fandroid-developers%2Fbrowse_thread%2Fthread%2F601329551a87e601%2Fcd0919ce891b4a26%3Flnk%3Dgst%26q%3Dlucene&ei=zNzcSPHCF4yI1ga61YiTBA&usg=AFQjCNECrBnNPBkxI4I0EbIzI

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Grant Ingersoll
Right, I think we could mark the RMI stuff on Searchable as deprecated and note that it will be moved in 3.0. I will open a JIRA. On Sep 26, 2008, at 11:57 AM, DM Smith wrote: Grant Ingersoll wrote: Came across: http://www.google.com/url?sa=t&source=web&ct=res&cd=1&url=http%3A%2F%2Fgroups

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Jason Rutherglen
What about the use of newer classes and methods in JDK1.5 that may not work on Android as well? It may be difficult to preplan for these. On Fri, Sep 26, 2008 at 11:57 AM, DM Smith <[EMAIL PROTECTED]> wrote: > Grant Ingersoll wrote: >> >> Came across: >> http://www.google.com/url?sa=t&source=web&

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread mark harwood
d from core. Cheers Mark - Original Message From: Grant Ingersoll <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, 26 September, 2008 17:01:25 Subject: Re: RMI, Searchable and RemoteSearchable Right, I think we could mark the RMI stuff on Searchable as deprecated

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Anthony Urso
rs > Mark > > > > > - Original Message > From: Grant Ingersoll <[EMAIL PROTECTED]> > To: java-dev@lucene.apache.org > Sent: Friday, 26 September, 2008 17:01:25 > Subject: Re: RMI, Searchable and RemoteSearchable > > Right, I think we could mark the

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Mark Miller
elines for clean shutdowns. I'd happily see all RMI dependencies banished from core. Cheers Mark - Original Message From: Grant Ingersoll <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, 26 September, 2008 17:01:25 Subject: Re: RMI, Searchable and RemoteSearchab

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Grant Ingersoll
pite following all the RMI guidelines for clean shutdowns. I'd happily see all RMI dependencies banished from core. Cheers Mark - Original Message From: Grant Ingersoll <[EMAIL PROTECTED]> To: java-dev@lucene.apache.org Sent: Friday, 26 September, 2008 17:0

Re: RMI, Searchable and RemoteSearchable

2008-10-02 Thread Anthony Urso
On Fri, Sep 26, 2008 at 6:52 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > > On Sep 26, 2008, at 8:19 PM, Anthony Urso wrote: > >> I am using the RMI RemoteSearchable. I don't use a central RMI >> registry for the cluster (it's not particularly beneficial to do so), >> so I have had none of the