Show / Hide Table of Contents

    Class PayloadTermQuery.PayloadTermWeight

    Inheritance
    System.Object
    Weight
    SpanWeight
    PayloadTermQuery.PayloadTermWeight
    Inherited Members
    SpanWeight.m_similarity
    SpanWeight.m_termContexts
    SpanWeight.m_query
    SpanWeight.m_stats
    SpanWeight.Query
    SpanWeight.GetValueForNormalization()
    SpanWeight.Normalize(Single, Single)
    Weight.GetBulkScorer(AtomicReaderContext, Boolean, IBits)
    Weight.ScoresDocsOutOfOrder
    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()
    Namespace: Lucene.Net.Search.Payloads
    Assembly: Lucene.Net.dll
    Syntax
    protected class PayloadTermWeight : SpanWeight

    Constructors

    | Improve this Doc View Source

    PayloadTermWeight(PayloadTermQuery, PayloadTermQuery, IndexSearcher)

    Declaration
    public PayloadTermWeight(PayloadTermQuery outerInstance, PayloadTermQuery query, IndexSearcher searcher)
    Parameters
    Type Name Description
    PayloadTermQuery outerInstance
    PayloadTermQuery query
    IndexSearcher searcher

    Methods

    | Improve this Doc View Source

    Explain(AtomicReaderContext, Int32)

    Declaration
    public override Explanation Explain(AtomicReaderContext context, int doc)
    Parameters
    Type Name Description
    AtomicReaderContext context
    System.Int32 doc
    Returns
    Type Description
    Explanation
    Overrides
    SpanWeight.Explain(AtomicReaderContext, Int32)
    | Improve this Doc View Source

    GetScorer(AtomicReaderContext, IBits)

    Declaration
    public override Scorer GetScorer(AtomicReaderContext context, IBits acceptDocs)
    Parameters
    Type Name Description
    AtomicReaderContext context
    IBits acceptDocs
    Returns
    Type Description
    Scorer
    Overrides
    SpanWeight.GetScorer(AtomicReaderContext, IBits)

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)