Re: Error from Lucen.Net >> BufferedIndexInput.cs
Yes, every time content is added or forum posts are made, entries are written to the lucene index so that the new or updated content can be searched. The task to index the content is queued on a new thread so it doesn't impact the user perception of performance.
Currently there is no way to disable it but it would not be hard to add a web.config setting to disable it and go through the code and add a check to this variable where needed. Maybe we can do that in a future version, no-one has ever asked to be able to disable it. I doubt very many people want to disable it, especially for forums.
Joe