---
> From: Charles Federspiel
> To: solr-user@lucene.apache.org
> Sent: Saturday, May 2, 2009 12:40:13 PM
> Subject: Re: offline solr indexing
>
> Thanks. I imagine replication to a slave would require a filesystem writable
> by that slave.
>
> I think it helps to realize
Thanks. I imagine replication to a slave would require a filesystem writable
by that slave.
I think it helps to realize that indexing is really a function of Content
Management. After some discussion with coworkers, I've learned that our
internal CMS server runs within tomcat and shares a filesys
On Tue, Apr 28, 2009 at 12:38 AM, Charles Federspiel <
charles.federsp...@gmail.com> wrote:
> Solr Users,
> Our app servers are setup on read-only filesystems. Is there a way
> to perform indexing from the command line, then copy the index files to the
> app-server and use Solr to perform search
Not sure if this helps but could you make this a solr server that is not
accessible by any other means (except internal), perform your index build
using the dataimporthandler and use Solr's replication mechanisms to move
the indices across?
You can issue the HTTP request to rebuild the index from t