Show / Hide Table of Contents

    Class HeaderLineParser

    LineParser which sets field names and order by the header - any header - of the lines file. It is less efficient than SimpleLineParser but more powerful.

    Inheritance
    System.Object
    LineParser
    HeaderLineParser
    Inherited Members
    LineParser.m_header
    Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class HeaderLineParser : LineParser

    Constructors

    | Improve this Doc View Source

    HeaderLineParser(String[])

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

    Methods

    | Improve this Doc View Source

    ParseLine(DocData, String)

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