Class SrndTruncQuery
  
  Query that matches wildcards
 
  
  
    Inheritance
    System.Object
    
    
    SrndTruncQuery
   
  
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Lucene.Net.QueryParser.dll
  Syntax
  
    public class SrndTruncQuery : SimpleTerm, IDistanceSubQuery, IComparable<SimpleTerm>
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SrndTruncQuery(String, Char, Char)
  
  
  Declaration
  
    public SrndTruncQuery(string truncated, char unlimited, char mask)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        truncated | 
         | 
      
      
        | System.Char | 
        unlimited | 
         | 
      
      
        | System.Char | 
        mask | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Truncated
  
  
  Declaration
  
    public virtual string Truncated { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AppendRegExpForChar(Char, StringBuilder)
  
  
  Declaration
  
    protected virtual void AppendRegExpForChar(char c, StringBuilder re)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Char | 
        c | 
         | 
      
      
        | System.Text.StringBuilder | 
        re | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MatchingChar(Char)
  
  
  Declaration
  
    protected virtual bool MatchingChar(char c)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Char | 
        c | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToStringUnquoted()
  
  
  Declaration
  
    public override string ToStringUnquoted()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TruncatedToPrefixAndPattern()
  
  
  Declaration
  
    protected virtual void TruncatedToPrefixAndPattern()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  VisitMatchingTerms(IndexReader, String, SimpleTerm.IMatchingTermVisitor)
  
  
  Declaration
  
    public override void VisitMatchingTerms(IndexReader reader, string fieldName, SimpleTerm.IMatchingTermVisitor mtv)
   
  Parameters
  
  Overrides
  
  Implements
  
  
      System.IComparable<T>