Show / Hide Table of Contents

    Class WarmTask

    Warm reader task: retrieve all reader documents.

    Inheritance
    System.Object
    PerfTask
    ReadTask
    WarmTask
    Inherited Members
    ReadTask.DoLogic()
    ReadTask.CreateCollector()
    ReadTask.RetrieveDoc(IndexReader, Int32)
    ReadTask.WithCollector
    ReadTask.WithScore
    ReadTask.WithMaxScore
    ReadTask.TraversalSize
    ReadTask.Setup()
    ReadTask.NumHits
    ReadTask.NumToHighlight
    ReadTask.GetBenchmarkHighlighter(Query)
    ReadTask.Sort
    ReadTask.GetFieldsToHighlight(Document)
    PerfTask.m_logStep
    PerfTask.m_params
    PerfTask.NEW_LINE
    PerfTask.SetRunInBackground(Int32)
    PerfTask.RunInBackground
    PerfTask.BackgroundDeltaPriority
    PerfTask.Stop
    PerfTask.StopNow()
    PerfTask.Clone()
    PerfTask.Dispose()
    PerfTask.Dispose(Boolean)
    PerfTask.RunAndMaybeStats(Boolean)
    PerfTask.GetName()
    PerfTask.SetName(String)
    PerfTask.RunData
    PerfTask.Depth
    PerfTask.ToString()
    PerfTask.GetLogMessage(Int32)
    PerfTask.ShouldNeverLogAtStart
    PerfTask.ShouldNotRecordStats
    PerfTask.TearDown()
    PerfTask.SupportsParams
    PerfTask.SetParams(String)
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class WarmTask : ReadTask
    Remarks

    Note: This task reuses the reader if it is already open. Otherwise a reader is opened at start and closed at the end.

    Other side effects: counts additional 1 (record) for each retrieved (non null) document.

    Constructors

    | Improve this Doc View Source

    WarmTask(PerfRunData)

    Declaration
    public WarmTask(PerfRunData runData)
    Parameters
    Type Name Description
    PerfRunData runData

    Properties

    | Improve this Doc View Source

    WithRetrieve

    Declaration
    public override bool WithRetrieve { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithRetrieve
    | Improve this Doc View Source

    WithSearch

    Declaration
    public override bool WithSearch { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithSearch
    | Improve this Doc View Source

    WithTraverse

    Declaration
    public override bool WithTraverse { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithTraverse
    | Improve this Doc View Source

    WithWarm

    Declaration
    public override bool WithWarm { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    ReadTask.WithWarm

    Methods

    | Improve this Doc View Source

    GetQueryMaker()

    Declaration
    public override IQueryMaker GetQueryMaker()
    Returns
    Type Description
    IQueryMaker
    Overrides
    ReadTask.GetQueryMaker()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)