Re: Controlling read/write access for replicated indexes

2007-04-09 Thread Bill Au
Solr's web.xml has a servlet-mapping which maps url-pattern "/update/*" to the SolrUpdateServlet. You can set up a on that to protect against inadvertent updates. Bill On 3/28/07, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: I'm curious what mechanisms everyone is using to control read/write ac

Controlling read/write access for replicated indexes

2007-03-28 Thread Jeff Rodenburg
I'm curious what mechanisms everyone is using to control read/write access for distributed replicated indexes. We're moving to a replication environment very soon, and our client applications (quite a few) all have configuration pointers to the URLs for solr instances. As a precaution, I don't w