quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
12.03k stars 671 forks source link

Fast field reader assumes `LittleEndian` architecture. #305

Closed fulmicoton closed 5 years ago

fulmicoton commented 6 years ago

Fix it without hurting performances and move that logic to the bitpacking crate.

fulmicoton commented 6 years ago

I believe this is not entirely fixed yet. Also I need to find a way to emulate a BigEndian architecture.