A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
Go to file
mpostma f090f42e7a
multi index store
create two channels for Index handler, one for writes and one for reads,
so write are processed one at a time, while reads are processed in
parallel.
2021-03-04 19:18:01 +01:00
.github/workflows Create rust.yml 2021-02-24 10:31:28 +01:00
public initial commit 2020-12-12 13:32:06 +01:00
src multi index store 2021-03-04 19:18:01 +01:00
tests reset settings 2021-02-24 10:19:22 +01:00
.gitignore clean code, and fix errors 2020-12-22 14:02:41 +01:00
build.rs initial commit 2020-12-12 13:32:06 +01:00
Cargo.lock multi index store 2021-03-04 19:18:01 +01:00
Cargo.toml WIP concurent index store 2021-03-02 14:05:03 +01:00
README.md initial commit 2020-12-12 13:32:06 +01:00

transplant of meilisearch http on the new engine