Class LineDocSource
A ContentSource reading one line at a time as a
Document from a single file. This saves IO
cost (over DirContentSource) of recursing through a directory and opening a
new file for every document.
Inheritance
System.Object
LineDocSource
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class LineDocSource : ContentSource
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
|
Improve this Doc
View Source
GetNextDocData(DocData)
Declaration
public override DocData GetNextDocData(DocData docData)
Parameters
Type |
Name |
Description |
DocData |
docData |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override void ResetInputs()
Overrides
|
Improve this Doc
View Source
SetConfig(Config)
Declaration
public override void SetConfig(Config config)
Parameters
Type |
Name |
Description |
Config |
config |
|
Overrides