msokolov commented on pull request #2176:
URL: https://github.com/apache/lucene-solr/pull/2176#issuecomment-754300727


   > Just to clarify: In your code, you are reading the floats with a series of 
readInt() from the indexinput, converting them to float?
   
   No, the floats are read using `readBytes()` into a `ByteBuffer` and then 
converted using a derived `FloatBuffer`. So I think your intuition about 
`readBytes()` is correct?


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to