Class ValueSourceScorer
  
  
  
  
    Inheritance
    System.Object
    
    
    
    ValueSourceScorer
   
  
    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.Queries.dll
  Syntax
  
    public class ValueSourceScorer : Scorer
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ValueSourceScorer(IndexReader, FunctionValues)
  
  
  Declaration
  
    protected ValueSourceScorer(IndexReader reader, FunctionValues values)
   
  Parameters
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_checkDeletes
  
  
  Declaration
  
    protected bool m_checkDeletes
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_maxDoc
  
  
  Declaration
  
    protected readonly int m_maxDoc
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_reader
  
  
  Declaration
  
    protected readonly IndexReader m_reader
   
  Field Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_values
  
  
  Declaration
  
    protected readonly FunctionValues m_values
   
  Field Value
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DocID
  
  
  Declaration
  
    public override int DocID { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Freq
  
  
  Declaration
  
    public override int Freq { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Reader
  
  
  Declaration
  
    public virtual IndexReader Reader { get; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Advance(Int32)
  
  
  Declaration
  
    public override int Advance(int target)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        target | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetCost()
  
  
  Declaration
  
    public override long GetCost()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetScore()
  
  
  Declaration
  
    public override float GetScore()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Matches(Int32)
  
  
  Declaration
  
    public virtual bool Matches(int doc)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        doc | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MatchesValue(Int32)
  
  
  Declaration
  
    public virtual bool MatchesValue(int doc)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        doc | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NextDoc()
  
  
  Declaration
  
    public override int NextDoc()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetCheckDeletes(Boolean)
  
  
  Declaration
  
    public virtual void SetCheckDeletes(bool checkDeletes)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        checkDeletes | 
         |