Lucene.Net 1.4.3 Class Library

GermanAnalyzer Class

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.

For a list of all members of this type, see GermanAnalyzer Members.

System.Object
   Lucene.Net.Analysis.Analyzer
      Lucene.Net.Analysis.DE.GermanAnalyzer

public class GermanAnalyzer : Analyzer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Analysis.DE

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

GermanAnalyzer Members | Lucene.Net.Analysis.DE Namespace