Show / Hide Table of Contents

    Class LineParser

    Reader of a single input line into DocData.

    Inheritance
    System.Object
    LineParser
    GeonamesLineParser
    HeaderLineParser
    SimpleLineParser
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public abstract class LineParser : object

    Constructors

    | Improve this Doc View Source

    LineParser(String[])

    Construct with the header

    Declaration
    public LineParser(string[] header)
    Parameters
    Type Name Description
    System.String[] header

    header line found in the input file, or null if none.

    Fields

    | Improve this Doc View Source

    m_header

    Declaration
    protected readonly string[] m_header
    Field Value
    Type Description
    System.String[]

    Methods

    | Improve this Doc View Source

    ParseLine(DocData, String)

    parse an input line and fill doc data appropriately

    Declaration
    public abstract void ParseLine(DocData docData, string line)
    Parameters
    Type Name Description
    DocData docData
    System.String line
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)