On Mon, Dec 13, 2010 at 8:47 PM, John Russell <jjruss...@gmail.com> wrote: > Wow, you read my mind. We are committing very frequently. We are trying to > get as close to realtime access to the stuff we put in as possible. Our > current commit time is... ahem.... every 4 seconds. > > Is that insane?
Not necessarily insane, but challenging ;-) I'd start by setting maxWarmingSearchers to 1 in solrconfig.xml. When that is exceeded, a commit will fail (this just means a new searcher won't be opened on that commit... the docs will be visible with the next commit that does succeed.) -Yonik http://www.lucidimagination.com