Class PersianCharFilter
  
  CharFilter that replaces instances of Zero-width non-joiner with an
ordinary space.
 
  
  
    Inheritance
    System.Object
    
    PersianCharFilter
   
  
  
  Assembly: Lucene.Net.Analysis.Common.dll
  Syntax
  
    public class PersianCharFilter : CharFilter
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PersianCharFilter(TextReader)
  
  
  Declaration
  
    public PersianCharFilter(TextReader in)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TextReader | 
        in | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Correct(Int32)
  
  
  Declaration
  
    protected override int Correct(int currentOff)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        currentOff | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Read()
  
  
  Declaration
  
    public override int Read()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Read(Char[], Int32, Int32)
  
  
  Declaration
  
    public override int Read(char[] cbuf, int off, int len)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Char[] | 
        cbuf | 
         | 
      
      
        | System.Int32 | 
        off | 
         | 
      
      
        | System.Int32 | 
        len | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         |