Class FrenchStemFilter
A Token
The used stemmer can be changed at runtime after the
filter object is created (as long as it is a French
To prevent terms from being stemmed use an instance of
Keyword
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Analysis.Fr
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Obsolete("(3.1) Use SnowballFilter with FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 5.0")]
public sealed class FrenchStemFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceFrenchStemFilter(TokenStream)
Declaration
public FrenchStemFilter(TokenStream in)
Parameters
Type | Name | Description |
---|---|---|
Token |
in |
Properties
| Improve this Doc View SourceStemmer
Set a alternative/custom French
Declaration
public FrenchStemmer Stemmer { get; set; }
Property Value
Type | Description |
---|---|
French |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System. |
Returns true for the next token in the stream, or false at EOS |
Overrides
Implements
System.IDisposable