You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/11/22 00:26:03 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #551: BUG: Lucene.Net.QueryParser.Flexible.Standard: Fixed calendar handling on .NET Core

NightOwl888 opened a new pull request #551:
URL: https://github.com/apache/lucenenet/pull/551


   - Fixed calendar check so we don't produce random numbers that are out of bounds of the calendar of the random culture
   - Added TimeZone support
   - BREAKING: Changed constructors of `Lucene.Net.Util.NumberFormat` and `Lucene.Net.QueryParsers.Flexible.Standard.Config.NumberDateFormat` to accept `IFormatProvider` rather than `CultureInfo` and changed `NumberFormat.Culture` property to `NumberFormat.FormatProvider`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 merged pull request #551: BUG: Lucene.Net.QueryParser.Flexible.Standard: Fixed calendar handling on .NET Core

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #551:
URL: https://github.com/apache/lucenenet/pull/551


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org