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 multi-t
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 multi-thread management).
--
View this m
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 re