otzaria icon indicating copy to clipboard operation
otzaria copied to clipboard

Does version 0.18 not support Android?

Open 78417571 opened this issue 1 year ago • 3 comments

Tantivy should be cross-platform, right?

78417571 avatar Sep 03 '24 16:09 78417571

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

78417571 avatar Sep 03 '24 16:09 78417571

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 avatar Sep 03 '24 18:09 Sivan22

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

Sivan22 avatar Sep 03 '24 19:09 Sivan22

Solved in 0.2.3

Sivan22 avatar Nov 15 '24 13:11 Sivan22