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
    System.Object
    PerfTask
    WriteLineDocTask
    WriteEnwikiLineDocTask
    Implements
    System.IDisposable
    Inherited Members
    WriteLineDocTask.FIELDS_HEADER_INDICATOR
    WriteLineDocTask.SEP
    WriteLineDocTask.DEFAULT_FIELDS
    WriteLineDocTask.DEFAULT_SUFFICIENT_FIELDS
    WriteLineDocTask.m_fname
    WriteLineDocTask.WriteHeader(TextWriter)
    WriteLineDocTask.GetLogMessage(Int32)
    WriteLineDocTask.DoLogic()
    WriteLineDocTask.SetParams(String)
    WriteLineDocTask.SupportsParams
    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.RunAndMaybeStats(Boolean)
    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
    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)
    Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class WriteEnwikiLineDocTask : WriteLineDocTask, IDisposable

    Constructors

    | Improve this Doc View Source

    WriteEnwikiLineDocTask(PerfRunData)

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

    Methods

    | Improve this Doc View Source

    CategoriesLineFile(FileInfo)

    Compose categories line file out of original line file

    Declaration
    public static FileInfo CategoriesLineFile(FileInfo f)
    Parameters
    Type Name Description
    System.IO.FileInfo f
    Returns
    Type Description
    System.IO.FileInfo
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    WriteLineDocTask.Dispose(Boolean)
    | Improve this Doc View Source

    LineFileOut(Document)

    Declaration
    protected override TextWriter LineFileOut(Document doc)
    Parameters
    Type Name Description
    Lucene.Net.Documents.Document doc
    Returns
    Type Description
    System.IO.TextWriter
    Overrides
    WriteLineDocTask.LineFileOut(Document)

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.