Thanks a lot. That makes sense. -- CY
--
View this message in context:
http://lucene.472066.n3.nabble.com/Reader-per-query-request-tp2867778p2867995.html
Sent from the Solr - User mailing list archive at Nabble.com.
See below
On Tue, Apr 26, 2011 at 6:15 PM, cyang2010 wrote:
> Hi,
>
> I was wondering if solr open a new lucene IndexReader for every query
> request?
>
no, absolutely not. Solr only opens a reader when the underlying index
has changed, say a commit or a replication happens.
> From performance p