Interface IRPattern
A minimal wrapper around the functionality of Rule Pattern that we use, to allow for alternate implementations.
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public interface IRPattern
Methods
Name | Description |
---|---|
IsMatch(ICharSequence) | |
IsMatch(StringBuilder) | |
IsMatch(String) |