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.

Namespace: Lucene.Net.Analysis.De
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public class GermanAnalyzer : Analyzer
Visual Basic
Public Class GermanAnalyzer _
	Inherits Analyzer
Visual C++
public ref class GermanAnalyzer : public Analyzer

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Analysis..::..Analyzer
    Lucene.Net.Analysis.De..::..GermanAnalyzer

See Also