Class DirContentSource
A ContentSource using the Dir collection for its input. Supports
the following configuration parameters (on top of ContentSource):
- work.dirspecifies the working directory. Required if "docs.dir" denotes a relative path (default=work).
- docs.dirspecifies the directory the Dir collection. Can be set to a relative path if "work.dir" is also specified (default=dir-out).
Inheritance
System.Object
DirContentSource
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class DirContentSource : 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