Re: New segment file created too often

2012-02-13 Thread Li Li
can you post your config file? I found there are 2 places to config ramBufferSizeMB in latest svn of 3.6's example solrconfig.xml. trying to modify them both? false 10 32 1 1000 . false 32 10

Re: New segment file created too often

2012-02-13 Thread Li Li
as far as I know, there are three situation it will be flushed to a new segment: RAM buffer for posting data structure is used up; added doc numbers are exceeding threshold and there are many deletions in a segment but your configuration seems it is not likely to flush many small segments. 1024 21

Re: New segment file created too often

2012-02-13 Thread Huy Le
Hi, I am using solr 3.5. As I understood it, NRT is a solr 4 feature, but solr 4 is not released yet. I understand commit after adding each document is expensive, but the application requires that documents be available after adding to the index. What I don't understand is why new segment files

Re: New segment file created too often

2012-02-13 Thread Li Li
Commit is called after adding each document you should add enough documents and then calling a commit. commit is a cost operation. if you want to get latest feeded documents, you could use NRT On Tue, Feb 14, 2012 at 12:47 AM, Huy Le wrote: > Hi, > > I am using solr 3.5. I seeing solr keep