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 54c9a76 Patch for BlendedInfixSuggester to solve
ArgumentNullException (#548) (fixes #527)
new b613ad4 Cleaned up calls to
UninterruptableMonitor.RestoreInterrupt(), which has already been removed.
new 7097cb3 Lucene.Net.Index.TestIndexWriter,
Lucene.Net.Support.Threading.TestUninterruptableMonitor: Ignore tests that call
Thread.Interrupt(), as this is not supportable in .NET. Closes #544.
new a7725fc docs: Changed info about Thread.Interrupt() to indicate it is
not supported in Lucene.NET due to the high likelihood it could break a
Commit() or cause a deadlock. Closes #526.
The 3 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.TestFramework/Util/TestUtil.cs | 1 -
src/Lucene.Net.Tests/Index/TestIndexWriter.cs | 4 ++--
src/Lucene.Net.Tests/Index/TestIndexWriterOnJRECrash.cs | 1 -
.../Support/Threading/TestUninterruptableMonitor.cs | 2 ++
src/Lucene.Net/Index/IndexWriter.cs | 17 +++++++++++------
src/Lucene.Net/Store/FSDirectory.cs | 17 ++++++-----------
src/Lucene.Net/Store/NIOFSDirectory.cs | 2 +-
7 files changed, 22 insertions(+), 22 deletions(-)