Class TrecParserByPath
Parser for trec docs which selects the parser to apply according
to the source files path, defaulting to TrecGov2Parser.
Inheritance
System.Object
TrecParserByPath
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class TrecParserByPath : TrecDocParser
Methods
|
Improve this Doc
View Source
Parse(DocData, String, TrecContentSource, StringBuilder, TrecDocParser.ParsePathType)
Declaration
public override DocData Parse(DocData docData, string name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
Parameters
Returns
Overrides