Hey, I just noticed that the Lucene.Net.sln file is not configured correctly. The Release configuration has "Define DEBUG constant" and "Allow unsafe code" checked, but they should be unchecked. The way it is configured now, the release build is exactly the same as the debug build, which could lead to performance issues.
- Rune
