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).
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class DirContentSource : ContentSource
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
GetNextDocData(DocData) | |
ResetInputs() | |
SetConfig(Config) |