Class LineParser
Reader of a single input line into DocData.
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public abstract class LineParser : object
Constructors
| Improve this Doc View SourceLineParser(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 |
Fields
| Improve this Doc View Sourcem_header
Declaration
protected readonly string[] m_header
Field Value
Type | Description |
---|---|
System.String[] |
Methods
| Improve this Doc View SourceParseLine(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 |