Show / Hide Table of Contents

    Class ReadTokensTask

    Simple task to test performance of tokenizers. It just creates a token stream for each field of the document and read all tokens out of that stream.

    Inheritance
    System.Object
    PerfTask
    ReadTokensTask
    Inherited Members
    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.ShouldNeverLogAtStart
    PerfTask.ShouldNotRecordStats
    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 ReadTokensTask : PerfTask

    Constructors

    | Improve this Doc View Source

    ReadTokensTask(PerfRunData)

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

    Methods

    | Improve this Doc View Source

    DoLogic()

    Declaration
    public override int DoLogic()
    Returns
    Type Description
    System.Int32
    Overrides
    PerfTask.DoLogic()
    | Improve this Doc View Source

    GetLogMessage(Int32)

    Declaration
    protected override string GetLogMessage(int recsCount)
    Parameters
    Type Name Description
    System.Int32 recsCount
    Returns
    Type Description
    System.String
    Overrides
    PerfTask.GetLogMessage(Int32)
    | Improve this Doc View Source

    Setup()

    Declaration
    public override void Setup()
    Overrides
    PerfTask.Setup()
    | Improve this Doc View Source

    TearDown()

    Declaration
    public override void TearDown()
    Overrides
    PerfTask.TearDown()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)