http://wiki.apache.org/solr/SolrSecurity#Path_Based_Authentication
Maybe you could achieve write/read access limitation by setting path based authentication: The update handler "/solr/core/update" should be protected by authentication, with credentials only known to you. But then of course, your indexing client will need to authenticate in order to add docs to solr. Your select handler "/solr/core/select" could then be open or protected by http auth with credentials open to developers. That's the first idea that comes to mind - haven't tested it. If you do, feedback and let us know how it went. ----- Thanks, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-work-with-remote-solr-savely-tp4102612p4102618.html Sent from the Solr - User mailing list archive at Nabble.com.