Class NearRealtimeReaderTask
Spawns a BG thread that periodically (defaults to 3.0
seconds, but accepts param in seconds) wakes up and asks
IndexWriter for a near real-time reader. Then runs a
single query (body: 1) sorted by docdate, and prints
time to reopen and time to run the search.
@lucene.experimental It's also not generally usable, eg
you cannot change which query is executed.
Inheritance
System.Object
NearRealtimeReaderTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class NearRealtimeReaderTask : PerfTask
Constructors
|
Improve this Doc
View Source
NearRealtimeReaderTask(PerfRunData)
Declaration
public NearRealtimeReaderTask(PerfRunData runData)
Parameters
Properties
|
Improve this Doc
View Source
SupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
SetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type |
Name |
Description |
System.String |
params |
|
Overrides