Re: Index search optimization for fulltext remote streaming

2010-06-11 Thread Lance Norskog
'mergeFactor' should be 5 or 10, not 40k. This means Solr can open thousands of small files and this will not work well. ramBufferSizeMB is 1G. The entire solr has 1G allocated, so there may be a lot of garbage collection. Try 50 to 100 megs for ramBufferSizeMB. 1G is a little small for doing la

Re: Index search optimization for fulltext remote streaming

2010-06-09 Thread Danyal Mark
We have following solr configuration: java -Xms512M -Xmx1024M -Dsolr.solr.home= -jar start.jar in SolrConfig.xml false 4 20 1024 1 1000 1 native false 1024 4 false true