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 e41e2a3  BUG: Lucene.Net.Search.FieldCacheImpl::Cache<TKey, TValue> 
(Put + Get): Fixed issue with InitReader() being called prior to adding the 
item to the cache when it should be called after
     new 5a23530  PERFORMANCE: 
Lucene.Net.Support.IO.StreamExtensions::Read(Stream, ByteBuffer, long): Use a 
lock per stream so instances of NIOFSDirectory can run independently on 
separate threads without competing for a lock.
     new 3229957  Lucene.Net.Store: Changed documentation on FSDirectory 
implementations to pertain to .NET and removed the irrelevant Java-centric 
information.

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/Store/FSDirectory.cs           | 32 ++++++++++++++-------------
 src/Lucene.Net/Store/MMapDirectory.cs         | 15 +++++++------
 src/Lucene.Net/Store/NIOFSDirectory.cs        | 32 +++++++++++++--------------
 src/Lucene.Net/Store/SimpleFSDirectory.cs     | 20 +++++++++++++----
 src/Lucene.Net/Support/IO/StreamExtensions.cs |  5 +++--
 5 files changed, 59 insertions(+), 45 deletions(-)

Reply via email to