Hi Erik,

Thanks for your response !

On Page 180 of Lucene In action, there is a reference
for searching multiple indexes remotely using RMI. I
am still trying to figure out how that works and if
that would fit in our scenario. We have multiple
client machines running a web server where the indexes
will reside. Can the server running solr query these
indexes remotely over http ?

Regards,

Raghav


--- Erik Hatcher <[EMAIL PROTECTED]> wrote:

> 
> On Mar 22, 2008, at 12:32 AM, Raghav Kapoor wrote:
> > How can we re-use an existing lucene index file
> (.cfs)
> > in Solr and search on it in solr?
> > I need to do this as the index is created on one
> > machine(client) to be used by solr server for
> > searching. The solr server will refer to this
> index
> > file by some http url. We cannot store this index
> file
> > on the solr server.
> 
> Solr needs file-level access to the Lucene index,
> perhaps by some  
> shared disk - but not via HTTP.
> 
> You certainly can use an indexed created by pure
> Java Lucene in Solr,  
> provided the schema.xml jives with how the index is
> structured and is  
> to be queried.
> 
>       Erik
> 
> 



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to