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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -