Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class WriteEnwikiLineDocTask

    A WriteLineDocTask which for Wikipedia input, will write category pages to another file, while remaining pages will be written to the original file. The categories file is derived from the original file, by adding a prefix "categories-".

    Inheritance
    object
    PerfTask
    WriteLineDocTask
    WriteEnwikiLineDocTask
    Implements
    IDisposable
    Inherited Members
    WriteLineDocTask.FIELDS_HEADER_INDICATOR
    WriteLineDocTask.SEP
    WriteLineDocTask.DEFAULT_FIELDS
    WriteLineDocTask.DEFAULT_SUFFICIENT_FIELDS
    WriteLineDocTask.m_fname
    WriteLineDocTask.m_lineFileOut
    WriteLineDocTask.WriteHeader(TextWriter)
    WriteLineDocTask.GetLogMessage(int)
    WriteLineDocTask.DoLogic()
    WriteLineDocTask.SetParams(string)
    WriteLineDocTask.SupportsParams
    PerfTask.m_logStep
    PerfTask.m_params
    PerfTask.NEW_LINE
    PerfTask.SetRunInBackground(int)
    PerfTask.RunInBackground
    PerfTask.BackgroundDeltaPriority
    PerfTask.Stop
    PerfTask.StopNow()
    PerfTask.Clone()
    PerfTask.Dispose()
    PerfTask.RunAndMaybeStats(bool)
    PerfTask.GetName()
    PerfTask.SetName(string)
    PerfTask.RunData
    PerfTask.Depth
    PerfTask.ToString()
    PerfTask.ShouldNeverLogAtStart
    PerfTask.ShouldNotRecordStats
    PerfTask.Setup()
    PerfTask.TearDown()
    PerfTask.Params
    PerfTask.DisableCounting
    PerfTask.AlgLineNum
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class WriteEnwikiLineDocTask : WriteLineDocTask, IDisposable

    Constructors

    WriteEnwikiLineDocTask(PerfRunData)

    A WriteLineDocTask which for Wikipedia input, will write category pages to another file, while remaining pages will be written to the original file. The categories file is derived from the original file, by adding a prefix "categories-".

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

    Methods

    CategoriesLineFile(FileInfo)

    Compose categories line file out of original line file

    Declaration
    public static FileInfo CategoriesLineFile(FileInfo f)
    Parameters
    Type Name Description
    FileInfo f
    Returns
    Type Description
    FileInfo

    Dispose(bool)

    A WriteLineDocTask which for Wikipedia input, will write category pages to another file, while remaining pages will be written to the original file. The categories file is derived from the original file, by adding a prefix "categories-".

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    WriteLineDocTask.Dispose(bool)

    LineFileOut(Document)

    Selects output line file by written doc. Default: original output line file.

    Declaration
    protected override TextWriter LineFileOut(Document doc)
    Parameters
    Type Name Description
    Document doc
    Returns
    Type Description
    TextWriter
    Overrides
    WriteLineDocTask.LineFileOut(Document)

    Implements

    IDisposable
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.