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.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class LineDocSource : ContentSource
Remarks
The expected format of each line is (arguments are separated by <TAB>):
title, date, body. If a line is read in a different format, a
Methods
Name | Description |
---|---|
Dispose(Boolean) | |
GetNextDocData(DocData) | |
ResetInputs() | |
SetConfig(Config) |