On Thu, Aug 27, 2009 at 11:36 PM, Ryan McKinley<ryan...@gmail.com> wrote:
> Say you have an embedded solr server and an http solr server pointed to the
> same location.
> 1.  make sure only is read only!  otherwise you can make a mess.
> 2. calling commit on the embedded solr instance, will not have any effect on
> the http instance UNTIL you call commit (reload) on the http instance.

Well, that's kind of klugy.  I think what I'm going to do instead is
have the cron job detect if the web server is running, and use it if
it is, otherwise use the embedded server.


-- 
http://www.linkedin.com/in/paultomblin

Reply via email to