Hello, We have solr index with about 1m docs.
Every day we add 5,000 to 8,000 docs. We have defined 15 sec interval for soft commit. But for the impatient user 15 secs looks like eternity. The wiki http://wiki.apache.org/solr/NearRealtimeSearch advises on 1s soft commit interval but warns "Be sure to pay special attention to cache and autowarm settings as they can have a significant impact on NRT performance" I was looking at CommitWithin (http://wiki.apache.org/solr/CommitWithin, http://stackoverflow.com/questions/17475456/solr-issues-with-soft-auto-commit-near-real-time) as an alternative but have no idea how this works and the implications What would be best settings to achieve NRT search? Thanks. Mugoma.