c# - Cannot find TermsFilter class in Lucene.NET 3.0.3 -


i downloaded latest nuget lucene.net 3.0.3 (stable, not 4.0 beta) , cannot find termsfilter in of releases.

it appears within repo:

some users have recommended looking in "lucene-contrib.jar" instructions original java lucene. .net version has no "contribs" release don't know how find classes.

so can find termsfilter lucene.net 3.0.3? have build source?

fine. found released on nuget inside lucene.net.contrib package.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -