Class SimpleMergedSegmentWarmer
A very simple merged segment warmer that just ensures data structures are initialized.
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class SimpleMergedSegmentWarmer : IndexWriter.IndexReaderWarmer
Constructors
| Improve this Doc View SourceSimpleMergedSegmentWarmer(InfoStream)
Creates a new SimpleMergedSegmentWarmer
Declaration
public SimpleMergedSegmentWarmer(InfoStream infoStream)
Parameters
Type | Name | Description |
---|---|---|
InfoStream | infoStream | InfoStream to log statistics about warming. |
Methods
| Improve this Doc View SourceWarm(AtomicReader)
Declaration
public override void Warm(AtomicReader reader)
Parameters
Type | Name | Description |
---|---|---|
AtomicReader | reader |