Class PhoneticFilter
Create tokens for phonetic matches. See the Language namespace.
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Phonetic
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public sealed class PhoneticFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourcePhoneticFilter(TokenStream, IStringEncoder, Boolean)
Creates a PhoneticFilter with the specified encoder, and either
adding encoded forms as synonyms (inject=true
) or
replacing them.
Declaration
public PhoneticFilter(TokenStream input, IStringEncoder encoder, bool inject)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | input | |
IStringEncoder | encoder | |
System.Boolean | inject |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceReset()
Declaration
public override void Reset()
Overrides
Implements
IDisposable