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


   This removes nullable value types from both public and private APIs and 
collections where they have no semantic meaning.
   
   > Java was dealing with boolean and numeric reference types, but until 
recently we had no such reference types in .NET. Being that sometimes `null` 
had a semantic meaning and sometimes it didn't in Java, this was the safest bet 
until all of the modules were ported and more analysis could be done.
   
   This doesn't modify the following areas, as each is a specific case that 
will likely be in future PRs:
   
   1. FST API and derived types
   2. `DocValuesConsumer` API and derived types
   3. `Lucene.Net.QueryParsers.Flexible` configuration


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to