Hi Everyone,
Few hours ago, as I was debugging an issue, I realized that a new component, org.apache.lucene.messages, was added during one of the RC release of Lucene Java 2.9 and somehow, I missed it. Thus, it's not ported over to Lucene.Net. I just made that port and committed it. The port isn't complete because resource handling is different in .NET vs. Java so this part still needs some work. Anyone wants to give it a try? The new code is under Lucene.Net.Messages. Thanks. -- George