Class WriteEnwikiLineDocTask
A WriteLineDocTask which for Wikipedia input, will write category pages
to another file, while remaining pages will be written to the original file.
The categories file is derived from the original file, by adding a prefix "categories-".
Inheritance
WriteEnwikiLineDocTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class WriteEnwikiLineDocTask : WriteLineDocTask, IDisposable
Constructors
WriteEnwikiLineDocTask(PerfRunData)
A WriteLineDocTask which for Wikipedia input, will write category pages
to another file, while remaining pages will be written to the original file.
The categories file is derived from the original file, by adding a prefix "categories-".
Declaration
public WriteEnwikiLineDocTask(PerfRunData runData)
Parameters
Methods
CategoriesLineFile(FileInfo)
Compose categories line file out of original line file
Declaration
public static FileInfo CategoriesLineFile(FileInfo f)
Parameters
Returns
Dispose(bool)
A WriteLineDocTask which for Wikipedia input, will write category pages
to another file, while remaining pages will be written to the original file.
The categories file is derived from the original file, by adding a prefix "categories-".
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Overrides
LineFileOut(Document)
Selects output line file by written doc.
Default: original output line file.
Declaration
protected override TextWriter LineFileOut(Document doc)
Parameters
Type |
Name |
Description |
Document |
doc |
|
Returns
Overrides
Implements