Class ReutersContentSource
A ContentSource reading from the Reuters collection.
Config properties:
- work.dirpath to the root of docs and indexes dirs (default work).
- docs.dirpath to the docs dir (default reuters-out).
Inheritance
System.Object
ReutersContentSource
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class ReutersContentSource : 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
ResetInputs()
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