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
Properties
Methods
Extension Methods