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
  
  IsMatch(ICharSequence)
  A minimal wrapper around the functionality of Rule Pattern that we use, to allow for alternate implementations.
 
  
  Declaration
  
    bool IsMatch(ICharSequence input)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | ICharSequence | 
        input | 
         | 
      
    
  
  Returns
  
  
  IsMatch(string)
  A minimal wrapper around the functionality of Rule Pattern that we use, to allow for alternate implementations.
 
  
  Declaration
  
    bool IsMatch(string input)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        input | 
         | 
      
    
  
  Returns
  
  
  IsMatch(StringBuilder)
  A minimal wrapper around the functionality of Rule Pattern that we use, to allow for alternate implementations.
 
  
  Declaration
  
    bool IsMatch(StringBuilder input)
   
  Parameters
  
  Returns