On 4/21/07, Koji Sekiguchi <[EMAIL PROTECTED]> wrote:
In other words, I cannot see any difference between: <commit waitFlush="false" waitSearcher="false"/> and <commit waitFlush="true" waitSearcher="false"/>
Yes, it looks like there is no difference... the code to make commit totally asynchronous was never put in (so you can't really get commit to return instantly, it will always wait until the IndexWriter is closed). -Yonik