Class FunctionQuery.FunctionWeight
  
  
  
  
    Inheritance
    System.Object
    
    FunctionQuery.FunctionWeight
   
  
    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
  
    protected class FunctionWeight : Weight
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  FunctionWeight(FunctionQuery, IndexSearcher)
  
  
  Declaration
  
    public FunctionWeight(FunctionQuery outerInstance, IndexSearcher searcher)
   
  Parameters
  
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_context
  
  
  Declaration
  
    protected readonly IDictionary m_context
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.IDictionary | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_queryNorm
  
  
  Declaration
  
    protected float m_queryNorm
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_queryWeight
  
  
  Declaration
  
    protected float m_queryWeight
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  m_searcher
  
  
  Declaration
  
    protected readonly IndexSearcher m_searcher
   
  Field Value
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Query
  
  
  Declaration
  
    public override Query Query { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Explain(AtomicReaderContext, Int32)
  
  
  Declaration
  
    public override Explanation Explain(AtomicReaderContext ctx, int doc)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetScorer(AtomicReaderContext, IBits)
  
  
  Declaration
  
    public override Scorer GetScorer(AtomicReaderContext ctx, IBits acceptDocs)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetValueForNormalization()
  
  
  Declaration
  
    public override float GetValueForNormalization()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Normalize(Single, Single)
  
  
  Declaration
  
    public override void Normalize(float norm, float topLevelBoost)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Single | 
        norm | 
         | 
      
      
        | System.Single | 
        topLevelBoost | 
         | 
      
    
  
  Overrides