On Mar 11, 2013, at 5:52 PM, jimtronic <jimtro...@gmail.com> wrote: > Should I omit commitWithin and set DIH to commit=false and just let soft and > autocommit do their jobs?
Yeah, that's one valid option. You def are not able to keep up with the current commit / open searcher level. It looks like DIH will do a hard commit which will likely open a new searcher as well - that's not good - you should stick to soft commits and the infrequent hard commit. Then the commitWithin is fairly aggressive at 500ms. Whether or not you can keep up with this varies with a lot of factors and features and settings - clearly you are not currently able to keep up. - Mark