Michele Riva

Results 214 comments of Michele Riva

Hi @gioboa! We've already implemented this feature 🙂 we can serialize the entire index and write it to disk for the reason you mentioned. We're currently trying to implement a...

@simonireilly we made a full rewrite of our APIs and data structures right before the first initial release. You can now serialize the whole index using protocol buffers, dpack, json,...

@matthewp, @gioboa, a little update: this is a work in progress in the https://github.com/LyraSearch/plugin-disk-persistence repo. Any help would be highly appreciated 🙏

I'm gonna close this issue and pin it as it might be interesting for other people wondering how to persist Lyra data

@matthewp let's discuss this in the disk persistence repo 🙂

Hi @paulocoghi , yes, it would be interesting to see a direct comparison with other libraries. We already have a `packages/benchmarks` directory with some datasets, we'd be glad if anyone...

@DanieleFedeli I think we could store non-searchable parameters in reverse indexes and then access these properties in constant time during the search. I am currently working on the stemming issue,...

TL;DR ![6i3b18 (1)](https://user-images.githubusercontent.com/14977595/179469495-61264aad-be3d-47be-baed-d7889a743f89.jpeg)

@DanieleFedeli quick follow-up: we're planning a plugin system, and we'll probably move the query clauses as a separate plugin; as for now I'll keep your PR opened as it might...