On Tue, Aug 25, 2009 at 8:37 PM, Lance Norskog<goks...@gmail.com> wrote: > The latest Solr 1.4 can index 200k records in several minutes, then commit > in a few seconds. I don't know but I'm guessing it is due to Lucene > improvements. It does not use much memory doing this.
If you're using SolrJ, it's due to improvements there too: 1) binary format by default - no XML parsing 2) not used by default, but try using StreamingUpdateSolrServer -Yonik http://www.lucidimagination.com