Class LineParser
Reader of a single input line into DocData.
Inheritance
System.Object
LineParser
Assembly: Lucene.Net.Benchmark.dll
Syntax
public abstract class LineParser : object
Constructors
Name | Description |
---|---|
LineParser(String[]) | Construct with the header |
Fields
Name | Description |
---|---|
m_header |
Methods
Name | Description |
---|---|
ParseLine(DocData, String) | parse an input line and fill doc data appropriately |