Re: maxBufferedDocs

2009-04-06 Thread Marc Sturlese
maxBufferedDocs is deprecated, better use ramBufferSizeMB. In case you have both specified, the more restrictive will be the one that will be used. You can remove the config of indexDefaults if you have your index configuration in mainIndex. Gargate, Siddharth wrote: > > I see two entr

maxBufferedDocs

2009-04-06 Thread Gargate, Siddharth
I see two entries of maxBufferedDocs property in solrconfig.xml. One in indexDefaults tag and other in mainIndex tag commented as Deprecated. So is this property required and gets used? What if remove the indexDefaults tag altogether? Thanks, Siddharth

Re: maxBufferedDocs vs autoCommit->maxDocs

2007-09-27 Thread Mike Klaas
On 27-Sep-07, at 3:35 PM, Bouis, Laurent wrote: What is the difference between the 1000, and the 1000... parameters in solrconfig.xml? Do they influence the frequency of flush to disk and document distribution in segments in a different way? maxBufferedDocs affects disk flushing behaviour

maxBufferedDocs vs autoCommit->maxDocs

2007-09-27 Thread Bouis, Laurent
Hi, What is the difference between the 1000, and the 1000... parameters in solrconfig.xml? Do they influence the frequency of flush to disk and document distribution in segments in a different way? When I did some test with low identical values, I saw similar behavior in terms of frequ