Re: Solr read-only core

2010-05-26 Thread Mark Miller
On 5/25/10 10:08 PM, Yao wrote: My motivation is more from the performance prospective than functional prospective. I was hoping by opening the Solr index/core read-only, underlying Lucene IndexReader can be opened in read-only mode for optimum query performance (removing the overhead of

RE: Solr read-only core

2010-05-25 Thread Markus Jelsma
Hi,   I'd guess there are two ways in doing this but i've never seen any solrconfig.xml file having any directives that explicitly do not allow for updates.   You'd either have a proxy in front that simply won't allow any other HTTP method than GET and HEAD, or you could remove the update