Used to warm up the cache.
Namespace: Lucene.Net.Util.CacheAssembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public abstract void Warm( IndexReader reader, string key ) |
Visual Basic |
---|
Public MustOverride Sub Warm ( _ reader As IndexReader, _ key As String _ ) |
Visual C++ |
---|
public: virtual void Warm( IndexReader^ reader, String^ key ) abstract |
Parameters
- reader
- Type: Lucene.Net.Index..::..IndexReader
The reader to warm the cache for.
- key
- Type: System..::..String
The inner key.