reta commented on pull request #749:
URL: https://github.com/apache/lucene/pull/749#issuecomment-1082506007


   > Thanks! I think `NumericDocValuesField` accepts floating point types as 
well (see the `FloatDocValuesField` subclass for example). It is the 
single-valued version of `SortedNumericDocValuesField`.
   
   Right, but the `FloatDocValuesField` still converts to `long` to fulfill 
`NumericDocValuesField` contract, mostly following the same path as we do in 
this pull request (or better to say, this pull request takes the same 
conversion path). 


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to