Class LineParser
Reader of a single input line into DocData.
Inherited Members
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 |
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 |