Sivan22 / otzaria

A modern app that brings the jewish library to any device
https://sivan22.github.io/otzaria-download/
93 stars 12 forks source link

Does version 0.18 not support Android? #230

Open 78417571 opened 1 week ago

78417571 commented 1 week ago

Tantivy should be cross-platform, right?

78417571 commented 1 week ago

I’m mainly interested in the approach of implementing full-text search locally. If it can’t be cross-platform, it loses its value entirely.​

Sivan22 commented 1 week ago

theoretically, tantivy should be cross-platform, as it is written in Rust. in reality, however, there is some bug on android. i opened issue in tantivy's repository: https://github.com/quickwit-oss/tantivy/issues/2480. hopefully i will find a solution. E.g. the version supporting fast search is 0.2.1 and higher.

Sivan22 commented 1 week ago

for now i was able to run tantivy on android only inside the RAM, not on disk.