Value creation.
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# |
---|
protected abstract T CreateValue( IndexReader reader, string key ) |
Visual Basic |
---|
Protected MustOverride Function CreateValue ( _ reader As IndexReader, _ key As String _ ) As T |
Visual C++ |
---|
protected: virtual T CreateValue( IndexReader^ reader, String^ key ) abstract |
Parameters
- reader
- Type: Lucene.Net.Index..::..IndexReader
The reader.
- key
- Type: System..::..String
[Missing <param name="key"/> documentation for "M:Lucene.Net.Util.Cache.SegmentCache`1.CreateValue(Lucene.Net.Index.IndexReader,System.String)"]