Class PayloadTermQuery
  
  
  
  
    Inheritance
    System.Object
    
    
    
    PayloadTermQuery
   
  
    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.dll
  Syntax
  
    public class PayloadTermQuery : SpanTermQuery
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PayloadTermQuery(Term, PayloadFunction)
  
  
  Declaration
  
    public PayloadTermQuery(Term term, PayloadFunction function)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PayloadTermQuery(Term, PayloadFunction, Boolean)
  
  
  Declaration
  
    public PayloadTermQuery(Term term, PayloadFunction function, bool includeSpanScore)
   
  Parameters
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_function
  
  
  Declaration
  
    protected PayloadFunction m_function
   
  Field Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CreateWeight(IndexSearcher)
  
  
  Declaration
  
    public override Weight CreateWeight(IndexSearcher searcher)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        obj | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  See Also