I downloaded the latest nuget for Lucene.NET 3.0.3 (stable, not the 4.0 beta) and I simply cannot find TermsFilter in any of the releases.
It appears to be within the repo:
- Link to the TermsFilter source on github
- Link to the docs on apache.org
Some users have recommended looking in the "lucene-contrib.jar" but those instructions are for the original Java Lucene. The .NET version has no "contribs" release so I don't know how to find those classes.
So where can I find TermsFilter for Lucene.NET 3.0.3? Do I have to build from source?