Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Remove unused infos/ http-ui/ and fuzz/ crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Lecrenier committed Sep 14, 2022
1 parent 4fc6331 commit add96f9
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 3,637 deletions.
13 changes: 0 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ We recommend using the `--release` flag to test the full performance.
cargo test
```

### Querying the engine via the web interface

To help you develop your feature you might need to use a web interface! You can query the engine by going to [the HTML page itself](http://127.0.0.1:9700).

### Compile and run the HTTP debug server

You can specify the number of threads to use to index documents and many other settings too.

```bash
cd http-ui
cargo run --release -- --db my-database.mdb -vvv --indexing-jobs 8
```

### Index your documents

It can index a massive amount of documents in not much time, I already achieved to index:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["milli", "filter-parser", "flatten-serde-json", "json-depth-checker", "http-ui", "benchmarks", "infos", "helpers", "cli"]
members = ["milli", "filter-parser", "flatten-serde-json", "json-depth-checker", "benchmarks", "helpers", "cli"]
default-members = ["milli"]

[profile.dev]
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="the milli logo" src="http-ui/public/logo-black.svg">
<img alt="the milli logo" src="logo-black.svg">
</p>

<p align="center">a concurrent indexer combined with fast and relevant search algorithms</p>
Expand All @@ -19,8 +19,6 @@ This repository contains crates to quickly debug the engine:
- The `filter-parser` crate contains the parser for the Meilisearch filter syntax.
- The `flatten-serde-json` crate contains the library that flattens serde-json `Value` objects like Elasticsearch does.
- The `helpers` crate is only used to do operations on the database.
- The `http-ui` crate is a simple HTTP dashboard to test the features like for real!
- The `infos` crate is used to dump the internal data-structure and ensure correctness.
- The `json-depth-checker` crate is used to indicate if a JSON must be flattened.

## How to use it?
Expand Down
47 changes: 0 additions & 47 deletions http-ui/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion http-ui/public/bulma-prefers-dark.min.css

This file was deleted.

1 change: 0 additions & 1 deletion http-ui/public/bulma.min.css

This file was deleted.

5 changes: 0 additions & 5 deletions http-ui/public/filesize.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions http-ui/public/jquery-3.4.1.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions http-ui/public/logo-black.svg

This file was deleted.

6 changes: 0 additions & 6 deletions http-ui/public/logo-white.svg

This file was deleted.

154 changes: 0 additions & 154 deletions http-ui/public/script.js

This file was deleted.

Loading

0 comments on commit add96f9

Please sign in to comment.