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
HeaderLineParser
Assembly: Lucene.Net.Benchmark.dll
public class HeaderLineParser : LineParser
Constructors
|
Improve this Doc
View Source
Declaration
public HeaderLineParser(string[] header)
Parameters
Type |
Name |
Description |
System.String[] |
header |
|
Methods
|
Improve this Doc
View Source
Declaration
public override void ParseLine(DocData docData, string line)
Parameters
Type |
Name |
Description |
DocData |
docData |
|
System.String |
line |
|
Overrides