Class IndexWriter.IndexReaderWarmer
If Open(Index
@lucene.experimental
NOTE: Warm(Atomic
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class IndexReaderWarmer : object
Constructors
| Improve this Doc View SourceIndexReaderWarmer()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected IndexReaderWarmer()
Methods
| Improve this Doc View SourceWarm(AtomicReader)
Invoked on the Atomic
Declaration
public abstract void Warm(AtomicReader reader)
Parameters
Type | Name | Description |
---|---|---|
Atomic |
reader |