Show / Hide Table of Contents

    Class AssertingBulkScorer

    Wraps a with additional checks.

    Inheritance
    System.Object
    AssertingBulkScorer
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingBulkScorer : BulkScorer

    Properties

    | Improve this Doc View Source

    In

    Declaration
    public virtual BulkScorer In { get; }
    Property Value
    Type Description
    BulkScorer

    Methods

    | Improve this Doc View Source

    Score(ICollector)

    Declaration
    public override void Score(ICollector collector)
    Parameters
    Type Name Description
    ICollector collector
    | Improve this Doc View Source

    Score(ICollector, Int32)

    Declaration
    public override bool Score(ICollector collector, int max)
    Parameters
    Type Name Description
    ICollector collector
    System.Int32 max
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShouldWrap(BulkScorer)

    Declaration
    public static bool ShouldWrap(BulkScorer inScorer)
    Parameters
    Type Name Description
    BulkScorer inScorer
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Wrap(Random, BulkScorer)

    Declaration
    public static BulkScorer Wrap(Random random, BulkScorer other)
    Parameters
    Type Name Description
    Random random
    BulkScorer other
    Returns
    Type Description
    BulkScorer
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)