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


   Changed `Lucene.Net.Documents.FieldType::Freeze()` from void return to 
return this `FieldType`. This allows chaining the method at the end of a class 
initializer so the entire `FieldType` instance can be created on one line 
(which is important for static field initializers).
   
   Chained the `Freeze()` method in all static field initializers of `Field` 
subclasses to eliminate extra helper load methods. 
   
   Marked `BinaryDocValuesField.fType` static field obsolete and added 
`BinaryDocValuesField.TYPE` static field as it was in Lucene.


-- 
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.

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


Reply via email to