Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Namespaces | Typedefs
GermanAnalyzer.cs File Reference

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
 

Typedef Documentation

Definition at line 29 of file GermanAnalyzer.cs.