1

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:

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?

Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607

1 Answers1

0

Fine. I found it released on nuget inside the Lucene.Net.Contrib package.

Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607