Mindas: here is my comment, since I cannot add a normal comment: how to access this ChainedFilter class? I downloaded the package, but there is no namespace like Lucene.Net.Contrib, or there is no other namespace that allows me to reach the ChainedFilter class. It seems stupid, but I'm stuck!
UPDATE: There is an error in the binaries from Nuget, as well as the zip files uploaded to the Apache website for Lucene.net. I downloaded the source and noticed that the ChainedFilter.cs class is present in the Apache-Lucene.Net-3.0.3-RC2.src \ src \ contrib \ Analyzers \ Filters folder, but this folder is surprisingly not part of Contrib. Analyzers. This is why it was missing from the generated binaries.
Vivek source
share