Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class LineParser

    Reader of a single input line into DocData.

    Inheritance
    object
    LineParser
    GeonamesLineParser
    HeaderLineParser
    SimpleLineParser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public abstract class LineParser

    Constructors

    LineParser(string[])

    Construct with the header

    Declaration
    protected LineParser(string[] header)
    Parameters
    Type Name Description
    string[] header

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

    Fields

    m_header

    Reader of a single input line into DocData.

    Declaration
    protected readonly string[] m_header
    Field Value
    Type Description
    string[]

    Methods

    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
    string line
    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.