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 cd9d9a1  run-tests-on-os.yml: Increased nightly blame-hang-timeout to 
50 minutes
     new 84517cc  Adding overloads to Document for GetValues and Get
     new ae16f28  updating document overload and adding IFormattable 
implementation
     new ef4e682  updating Document ToString overloads
     new b871979  build/Dependencies.props: Upgraded J2N dependency to 
2.0.0-beta-0011
     new 4efd971  Lucene.Net.Support.Document.Field.Number: Changed default 
format provider to J2N.Text.StringFormatter and added support for passing other 
custom formatters
     new 613fdee  Lucene.Net.Tests.Document.TestField: Added tests for 
ToString()
     new 183d51e  Lucene.Net.Documents.Document: Moved ToString(string, 
IFormatProvider) implementation to shared private method
     new 4e66181  PERFORMANCE: Lucene.Net.Documents.Field: Added a check for 
null before attempting to cast

The 8 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:
 build/Dependencies.props                     |   2 +-
 src/Lucene.Net.Misc/Document/LazyDocument.cs |  34 ++++-
 src/Lucene.Net.Tests/Document/TestField.cs   |  83 +++++++++-
 src/Lucene.Net/Document/Document.cs          | 220 ++++++++++++++++++++++++++-
 src/Lucene.Net/Document/Field.cs             | 139 +++++++++++++----
 src/Lucene.Net/Support/Document/Field.cs     | 133 ++++------------
 6 files changed, 470 insertions(+), 141 deletions(-)

Reply via email to