Class LineParser
Reader of a single input line into DocData.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public abstract class LineParser
  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 |