Class FieldQuery.QueryPhraseMap
  
  Internal structure of a query for highlighting: represents
a nested query structure
 
  
  
    Inheritance
    System.Object
    FieldQuery.QueryPhraseMap
   
  
    Inherited Members
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
   
  
  Assembly: Lucene.Net.Highlighter.dll
  Syntax
  
    public class QueryPhraseMap
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  QueryPhraseMap(FieldQuery)
  
  
  Declaration
  
    public QueryPhraseMap(FieldQuery fieldQuery)
   
  Parameters
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Boost
  
  
  Declaration
  
    public virtual float Boost { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsTerminal
  
  
  Declaration
  
    public virtual bool IsTerminal { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Slop
  
  
  Declaration
  
    public virtual int Slop { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TermOrPhraseNumber
  
  
  Declaration
  
    public virtual int TermOrPhraseNumber { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetTermMap(String)
  
  
  Declaration
  
    public virtual FieldQuery.QueryPhraseMap GetTermMap(string term)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        term | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsValidTermOrPhrase(IList<FieldTermStack.TermInfo>)
  
  
  Declaration
  
    public virtual bool IsValidTermOrPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SearchPhrase(IList<FieldTermStack.TermInfo>)
  
  
  Declaration
  
    public virtual FieldQuery.QueryPhraseMap SearchPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
   
  Parameters
  
  Returns