Question

Wish u a nice week! Mine didn’t started that well, since I can't find something seemingly straightforward, the namespaces inside Lucene.Net.Analysis. I have installed, using NuGet, the Lucene.Net 3.0.3 lib and added the reference to my project, but I can't access the namespaces and classes inside Analysis. It seems like I am missing something trivial.

The namespaces I am looking for: http://lucenenet.apache.org/docs/3.0.3/dd/de5/namespace_lucene_1_1_net_1_1_analysis.html

Was it helpful?

Solution

It seems that you additionally need the Lucene.Net Contrib 3.0.3 lib: https://nuget.org/packages/Lucene.Net.Contrib/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top