Class TrecContentSource
Inheritance
System.Object
TrecContentSource
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class TrecContentSource : ContentSource
Fields
|
Improve this Doc
View Source
DOC
Declaration
public static readonly string DOC
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DOCNO
Declaration
public static readonly string DOCNO
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NEW_LINE
separator between lines in the buffer
Declaration
public static readonly string NEW_LINE
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TERMINATING_DOC
Declaration
public static readonly string TERMINATING_DOC
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TERMINATING_DOCNO
Declaration
public static readonly string TERMINATING_DOCNO
Field Value
Type |
Description |
System.String |
|
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
ParseDate(String)
Declaration
public virtual DateTime? ParseDate(string dateStr)
Parameters
Type |
Name |
Description |
System.String |
dateStr |
|
Returns
Type |
Description |
System.Nullable<DateTime> |
|
|
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