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 3736ddc
Lucene.Net.Highlighter.VectorHighlight.FieldPhraseList::GetHashCode(): Switched
to using J2N's TripleShift method, as it is clear by the comment the reason for
the problem was the cast to uint instead of ulong
new b12d2e2 Deprecated Lucene.Net.Support.Index.TaskMergeScheduler. Fixes
#354.
new 668069e BREAKING: Lucene.Net.TestFramework.Util.LuceneTestCase:
Removed ConcurrentMergeSchedulerFactories class from the public API and its use
from all tests (see #354)
new 67a8ba6 Lucene.Net.Tests: Deleted TestTaskMergeScheduler class (see
#354)
new 6605cb9 Directory.Build.targets: Removed
FEATURE_CONCURRENTMERGESCHEDULER (see #354)
The 4 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:
Directory.Build.targets | 3 +-
.../ByTask/Tasks/CreateIndexTask.cs | 15 +-
.../Util/LuceneTestCase.cs | 47 +-----
.../Index/Test2BBinaryDocValues.cs | 10 +-
.../Index/Test2BNumericDocValues.cs | 13 +-
src/Lucene.Net.Tests/Index/Test2BPositions.cs | 13 +-
src/Lucene.Net.Tests/Index/Test2BPostings.cs | 6 +-
src/Lucene.Net.Tests/Index/Test2BPostingsBytes.cs | 6 +-
.../Index/Test2BSortedDocValues.cs | 10 +-
src/Lucene.Net.Tests/Index/Test2BTerms.cs | 6 +-
src/Lucene.Net.Tests/Index/Test4GBStoredFields.cs | 6 +-
.../Index/TestConcurrentMergeScheduler.cs | 6 +-
src/Lucene.Net.Tests/Index/TestCrash.cs | 41 ++---
src/Lucene.Net.Tests/Index/TestIndexWriter.cs | 5 +-
.../Index/TestIndexWriterConfig.cs | 14 +-
.../Index/TestIndexWriterDelete.cs | 16 +-
.../Index/TestIndexWriterExceptions.cs | 58 ++-----
.../Index/TestIndexWriterForceMerge.cs | 6 +-
.../Index/TestIndexWriterMergePolicy.cs | 6 +-
.../Index/TestIndexWriterOnDiskFull.cs | 6 +-
.../Index/TestIndexWriterReader.cs | 10 +-
.../Index/TestIndexWriterWithThreads.cs | 96 +++++------
src/Lucene.Net.Tests/Index/TestStressIndexing.cs | 6 +-
src/Lucene.Net.Tests/Index/TestTransactions.cs | 25 ++-
src/Lucene.Net.Tests/Search/TestSearcherManager.cs | 16 +-
.../Support/Index/TestTaskMergeScheduler.cs | 179 ---------------------
src/Lucene.Net.Tests/TestMergeSchedulerExternal.cs | 6 +-
src/Lucene.Net/Index/ConcurrentMergeScheduler.cs | 6 +-
src/Lucene.Net/Index/IndexWriterConfig.cs | 14 +-
src/Lucene.Net/Index/LiveIndexWriterConfig.cs | 6 +-
src/Lucene.Net/Support/Index/TaskMergeScheduler.cs | 1 +
31 files changed, 172 insertions(+), 486 deletions(-)
delete mode 100644 src/Lucene.Net.Tests/Support/Index/TestTaskMergeScheduler.cs