iverase opened a new pull request #2094:
URL: https://github.com/apache/lucene-solr/pull/2094


   Directory API is now little endian. Note that codecs still work on Big 
endian for backwards compatibility, therefore they reverse the bytes whenever 
they are writing / reading short, ints and longs.
   
   CodecUtils for header and footers has been modified to be little Indian. 
Still the version and checksum will be written / read reversing bytes for 
backwards compatibility.
   
   SegmentInfos is read / written in little endian, for previous version, the 
IndexInput is wrapped for backwards compatibility.


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