On Wed, Jan 6, 2010 at 4:26 PM, Patrick Sauts <patrick.via...@gmail.com>wrote:

> In the Wiki page :
> http://wiki.apache.org/lucene-java/ImproveSearchingSpeed, I've found
> -Open the IndexReader with readOnly=true. This makes a big difference when
> multiple threads are sharing the same reader, as it removes certain sources
> of thread contention.
>
> How to open the IndexReader with readOnly=true ?
> I can't find anything related to this parameter.
>
>
Solr always opens IndexReader with readOnly=true. It was added with SOLR-730
and released in Solr 1.3

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to