On 8/30/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > example/solr/conf/solrconfig.xml: > > > > <maxBufferedDocs>1000</maxBufferedDocs> > > > > Anyone else thinks that this might be a tad high? lucene ships with > > MBD==10. > > A lot of the settings in the orriginal example config/schema came from one > particular index we had at CNET ... i think it would makes sense to change > almost any settings that have a hardcoded default in code to match the > hardcoded default.
I don't think Solr should necessarily use the same defaults as Lucene. An MBD of 10 performed much worse for the average Solr collection. In the next release, I think the default should be to flush by memory (prob at 32MB level) since it will give good performance at reasonable memory usage regardless of document size. -Yonik