Constructor DoubleMetaphoneFilter
DoubleMetaphoneFilter(TokenStream, Int32, Boolean)
Creates a DoubleMetaphoneFilter with the specified maximum code length,
and either adding encoded forms as synonyms (inject=true
) or
replacing them.
Declaration
public DoubleMetaphoneFilter(TokenStream input, int maxCodeLength, bool inject)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | input | |
System.Int32 | maxCodeLength | |
System.Boolean | inject |