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 68cd398 Lucene.Net.Search.FieldCacheDocIdSet: Added public
constructor with predicate parameter for filtering without having to hand code
a class
new 49d3e93 LUCENE-5644: switch to simpler LIFO thread to ThreadState
allocator during indexing. Technically, this is something from
releases/lucene-solr/4.8.1, but profiling indicates it makes a huge difference
in multithreaded scenarios
new 4219e36 Fixed merge conflicts/other issues for patch LUCENE-5644 (see
#208)
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:
.../Index/RandomDocumentsWriterPerThreadPool.cs | 102 -------------
.../Lucene.Net.TestFramework.csproj | 2 +-
.../Util/LuceneTestCase.cs | 28 +---
.../Index/TestFlushByRamOrCountsPolicy.cs | 8 +-
.../Index/TestIndexWriterConfig.cs | 2 +-
src/Lucene.Net.Tests/Index/TestStressIndexing2.cs | 2 +-
src/Lucene.Net/Index/DocumentsWriter.cs | 10 +-
.../Index/DocumentsWriterFlushControl.cs | 4 +-
.../Index/DocumentsWriterPerThreadPool.cs | 165 ++++++++++++++-------
src/Lucene.Net/Index/IndexWriterConfig.cs | 9 +-
src/Lucene.Net/Index/LiveIndexWriterConfig.cs | 4 +-
.../ThreadAffinityDocumentsWriterThreadPool.cs | 95 ------------
src/Lucene.Net/Lucene.Net.csproj | 2 +-
13 files changed, 138 insertions(+), 295 deletions(-)
delete mode 100644
src/Lucene.Net.TestFramework/Index/RandomDocumentsWriterPerThreadPool.cs
delete mode 100644
src/Lucene.Net/Index/ThreadAffinityDocumentsWriterThreadPool.cs