Lucene.Net.Search.FieldCacheImpl.Cache.CreateValue C# (CSharp) Method

CreateValue() protected abstract method

protected abstract CreateValue ( Lucene.Net.Index.IndexReader reader, Entry key ) : Object
reader Lucene.Net.Index.IndexReader
key Entry
return System.Object
            protected internal abstract System.Object CreateValue(IndexReader reader, Entry key);