Lucene.Net 1.4.3 Class Library

GermanStemFilter Class

A filter that stems German words. It supports a table of words that should not be stemmed at all. The stemmer used can be changed at runtime after the filter object is created (as long as it is a GermanStemmer).

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

System.Object
   Lucene.Net.Analysis.TokenStream
      Lucene.Net.Analysis.TokenFilter
         Lucene.Net.Analysis.DE.GermanStemFilter

public sealed class GermanStemFilter : TokenFilter

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

GermanStemFilter Members | Lucene.Net.Analysis.DE Namespace