Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Go to the source code of this file.
Classes | |
class | Lucene.Net.Analysis.De.GermanAnalyzer |
Analyzer for German language. Supports an external list of stopwords (words that will not be indexed at all) and an external list of exclusions (word that will not be stemmed, but indexed). A default set of stopwords is used unless an alternative list is specified, the exclusion list is empty by default. More... | |
Namespaces | |
package | Lucene.Net.Analysis.De |
Typedefs | |
using | Version = Lucene.Net.Util.Version |
using Version = Lucene.Net.Util.Version |
Definition at line 29 of file GermanAnalyzer.cs.