This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 2731bfd BUG: Lucene.Net.Benchmark.ByTask.Feeds.SpatialDocMaker: Since
Dictionary this[key] is not marked virtual in .NET, subclassing
Dictionary<string, string> is not a valid approach. So we implement
IDictionary<string, string> instead.
new 24d802c Lucene.Net.Search.FieldCacheImpl: Restored readerCache locks
to the state of Lucene 4.8.0 (closes #272)
new 4e74a91 Lucene.Net.Search.FieldCacheImpl: Reverted
ConcurrentDictionary to Dictionary, since we are using explicit locks to
synchronize the dictionary contents.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Lucene.Net/Search/FieldCacheImpl.cs | 104 +++++++++++++++++---------------
1 file changed, 55 insertions(+), 49 deletions(-)