Move the http server into its own sub-module

This commit is contained in:
Clément Renault
2020-11-05 11:16:39 +01:00
parent 749764f35b
commit 0408c9d66a
20 changed files with 2362 additions and 1147 deletions

View File

@ -15,6 +15,7 @@ It currently only supports the proximity criterion.
You can specify the number of threads to use to index documents and many other settings too.
```bash
cd http-ui
cargo run --release -- serve --db my-database.mdb -vvv --indexing-jobs 8
```