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-".
Implements
System.IDisposable
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)
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class WriteEnwikiLineDocTask : WriteLineDocTask, IDisposable
Constructors
| Improve this Doc View SourceWriteEnwikiLineDocTask(PerfRunData)
Declaration
public WriteEnwikiLineDocTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Methods
| Improve this Doc View SourceCategoriesLineFile(FileInfo)
Compose categories line file out of original line file
Declaration
public static FileInfo CategoriesLineFile(FileInfo f)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileInfo | f |
Returns
Type | Description |
---|---|
System.IO.FileInfo |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
| Improve this Doc View SourceLineFileOut(Document)
Declaration
protected override TextWriter LineFileOut(Document doc)
Parameters
Type | Name | Description |
---|---|---|
Document | doc |
Returns
Type | Description |
---|---|
System.IO.TextWriter |
Overrides
Implements
System.IDisposable