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 4baf2d1  Lucene.Net.Support.IO: Factored out IDataInput, IDataOutput, 
DataInputStream, DataOutputStream in favor of implementations from J2N
     new bb657dd  BUG: 
Lucene.Net.Util.Automaton.DaciukMihovAutomatonBuilder.State.Equals(): Fixed 
comparison to use Arrays.Equals
     new f13ba57  Lucene.Net.Support.HashMap: Changed implementation to 
distinguish between null value and missing element for consistent behavior 
between value and reference types.
     new d35af3d  SWEEP: Fixed code that accesses indexer for HashMap so no 
KeyNotFoundExceptions are thrown
     new 4eb9e8d  BUG: Lucene.Net.Support.LurchTable: De-nested generic structs 
and changed their signature so the partial generics support on Xamarin.iOS will 
not throw exceptions (fixes LUCENENET-602)

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:
 .../Taxonomy/CachedOrdinalsReader.cs               |   3 +-
 .../Highlight/QueryScorer.cs                       |   5 +-
 .../GroupFacetCollectorTest.cs                     |   3 +-
 src/Lucene.Net.Tests.Grouping/TestGrouping.cs      |   3 +-
 .../VectorHighlight/FieldQueryTest.cs              |  63 ++++--
 src/Lucene.Net.Tests/Support/TestHashMap.cs        |  66 +++---
 src/Lucene.Net.Tests/Support/TestLinkedHashMap.cs  |  80 --------
 .../Support/TestWeakDictionaryBehavior.cs          |  12 +-
 src/Lucene.Net/Search/FieldCacheImpl.cs            |   6 +-
 src/Lucene.Net/Search/SloppyPhraseScorer.cs        |   5 +-
 src/Lucene.Net/Support/HashMap.cs                  |  16 +-
 src/Lucene.Net/Support/LurchTable.cs               | 226 +++++++++++----------
 .../Util/Automaton/DaciukMihovAutomatonBuilder.cs  |   5 +-
 src/Lucene.Net/Util/RamUsageEstimator.cs           |  24 ++-
 14 files changed, 241 insertions(+), 276 deletions(-)

Reply via email to