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 f9e8fc0 BUG: Lucene.Net.Search.BooleanClause::Equals(BooleanClause):
Fixed potential null reference exception when Query is set to null
new d359f83 BUG: Added missing call to FileStream::Flush() in
FSIndexOutput::Flush() that was preventing persistence to disk from occuring at
the necessary phase (fixes LUCENENET-645)
new a75a3a3 SWEEP: Pass Random instance to all Shuffle() method calls to
ensure the same psuedo-random sequence is used based on the seed.
new b5a61c8 BUG:
Lucene.Net.Index.DocumentsWriterDeleteQueue::DeleteSlice(): Extra
Debug.Assert() statement that wasn't in Lucene causes
Lucene.Net.Index.TestIndexWriterUnicode::TestEmbeddedFFFF() test to fail when
running in debug mode
new 03f3bb9 Lucene.Net.Tests.Index (TestBagOfPositions +
TestBagOfPostings): Fixed performance issue due to converting int to string and
string to int in the current culture
new 08e35ce Lucene.Net.Store (FSDirectory + BufferedIndexOutput):
Refactored FSDirectory.FSIndexOutput to utilize the FileStream buffer only,
rather than using both a FileStream buffer and the buffer in
BufferedIndexOutput.
The 5 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/BaseStoredFieldsFormatTestCase.cs | 2 +-
.../Util/LuceneTestCase.cs | 4 +-
.../Taxonomy/TestTaxonomyFacetCounts2.cs | 4 +-
src/Lucene.Net.Tests.Join/TestBlockJoin.cs | 6 +-
.../Index/Sorter/SorterTestBase.cs | 2 +-
src/Lucene.Net.Tests.Queries/TermsFilterTest.cs | 4 +-
.../Suggest/Analyzing/AnalyzingSuggesterTest.cs | 2 +-
.../Suggest/Analyzing/FuzzySuggesterTest.cs | 2 +-
.../Suggest/LookupBenchmarkTest.cs | 4 +-
.../Codecs/Lucene3x/TestTermInfosReaderIndex.cs | 2 +-
.../Codecs/Lucene40/TestLucene40PostingsReader.cs | 2 +-
.../Codecs/Lucene41/TestBlockPostingsFormat3.cs | 2 +-
src/Lucene.Net.Tests/Index/Test2BTerms.cs | 2 +-
src/Lucene.Net.Tests/Index/TestBagOfPositions.cs | 7 +-
src/Lucene.Net.Tests/Index/TestBagOfPostings.cs | 7 +-
.../Index/TestIndexWriterDelete.cs | 4 +-
src/Lucene.Net.Tests/Index/TestMaxTermFrequency.cs | 2 +-
src/Lucene.Net.Tests/Index/TestTermsEnum2.cs | 2 +-
src/Lucene.Net.Tests/Search/TestMinShouldMatch2.cs | 6 +-
.../Search/TestSameScoresWithThreads.cs | 2 +-
src/Lucene.Net.Tests/Search/TestShardSearching.cs | 2 +-
src/Lucene.Net.Tests/Search/TestSort.cs | 12 +--
src/Lucene.Net.Tests/Util/Fst/TestFSTs.cs | 2 +-
src/Lucene.Net/Index/DocumentsWriterDeleteQueue.cs | 1 -
src/Lucene.Net/Store/BufferedIndexOutput.cs | 27 +++---
src/Lucene.Net/Store/FSDirectory.cs | 98 +++++++++++++++-------
26 files changed, 124 insertions(+), 86 deletions(-)