bors[bot] db7215eaa9
Merge #213
213: Implement all the CLI options r=MarinPostma a=irevoire

closes #206 
And I looked into #204, I fixed some default values and tried to test as many options as possible, and I think the cli is already mostly working.
If someone knows any issues about it, I would like to hear more 🙂 

Co-authored-by: Tamo <tamo@meilisearch.com>
2021-06-22 15:04:05 +00:00
2021-06-21 17:36:54 +02:00
2021-04-22 10:26:54 +02:00
2021-06-22 15:04:05 +00:00
2021-03-01 14:41:57 +01:00
2021-04-27 09:32:17 +02:00
2021-04-27 12:43:00 +02:00
2021-06-22 15:57:47 +02:00
2021-04-26 10:20:46 +02:00
2021-02-28 10:08:36 +01:00
2021-04-27 16:33:22 +02:00

Transplant

Transplant makes communication between the users and Milli using HTTP. The final purpose of Transplant is to be merged into the current MeiliSearch repository so that users will enjoy the new search engine performance provided by Milli.

Run the alpha releases

Currently only alpha versions are available.

You can:

  • Run it with Docker, for instance:
docker run -p 7700:7700 getmeili/meilisearch:v0.21.0-alpha.4 ./meilisearch
cargo run --release

Run the tests

cargo test

If you encounter any Too many open files error when running the tests, please upgrade the maximum number of open file descriptors with this command:

ulimit -Sn 3000
Description
No description provided
Readme
Languages
Rust 97.4%
HTML 1.3%
Shell 1.2%