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 d29d0e5  Lucene.Net.Search.Join.ToParentBlockJoinCollector: Fixed 
nullable conversion issue - null was converted to -1 in Java, so we must use -1 
when the item is not in the collection
     add afa60a0  BREAKING: Lucene.Net.Index.SegmentInfos: Changed Info() 
method into an indexer for the class to make it simpler to understand (we had 
Infos.Info(x).Info.Name, it is now Infos[x].Info.Name). Marked Info() obsolete.

No new revisions were added by this update.

Summary of changes:
 src/Lucene.Net.Misc/Index/IndexSplitter.cs         |  8 ++++----
 .../Index/TestIndexSplitter.cs                     |  2 +-
 .../Index/TestConsistentFieldNumbers.cs            | 24 +++++++++++-----------
 .../Index/TestPerSegmentDeletes.cs                 |  6 +++---
 .../Index/TestSizeBoundedForceMerge.cs             |  8 ++++----
 src/Lucene.Net/Index/CheckIndex.cs                 |  2 +-
 src/Lucene.Net/Index/IndexWriter.cs                |  6 +++---
 src/Lucene.Net/Index/LogMergePolicy.cs             | 24 +++++++++++-----------
 src/Lucene.Net/Index/SegmentInfos.cs               | 18 +++++++++-------
 src/Lucene.Net/Index/StandardDirectoryReader.cs    | 22 ++++++++++----------
 10 files changed, 62 insertions(+), 58 deletions(-)

Reply via email to