On Mon, Mar 30, 2009 at 12:53 PM, vivek sar <vivex...@gmail.com> wrote:
> I'm indexing total of 9 fields, with 5 having norms turned on.

So that's 500MB for norms alone, plus memory for Lucene's term index
(every 128th term by default).  Solr also opens a new
IndexReader/Searcher before closing the old one, so there are no
"outages"... a period when the old searcher has been closed but a new
searcher isn't yet "ready".


-Yonik
http://www.lucidimagination.com

Reply via email to