From 96839c48c9ce444efeaa16145bcffa0a65a4b5a6 Mon Sep 17 00:00:00 2001 From: okyanusoz <46757266+okyanusoz@users.noreply.github.com> Date: Thu, 19 Aug 2021 17:24:12 +0300 Subject: [PATCH] Direct users to milli for the core library in the README (#1520) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Clémentine Urquizar * Update README.md Co-authored-by: gui machiavelli Co-authored-by: Clémentine Urquizar Co-authored-by: gui machiavelli --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85000810b..fbaaa0e6c 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,11 @@ Now that your MeiliSearch server is up and running, you can learn more about how Hey! We're glad you're thinking about contributing to MeiliSearch! However, we are currently working on a huge refactor and accepting PRs on this repository wouldn't be productive. We are sorry about this! Be sure we are doing our best so that you can contribute to MeiliSearch again as soon as possible ❤️ +## Core engine and tokenizer + +The code in this repository is only concerned with managing multiple indexes, handling the update store, and exposing an HTTP API. + +Search and indexation are the domain of our core engine, [`milli`](https://github.com/meilisearch/milli), while tokenization is handled by [our `tokenizer` library](https://github.com/meilisearch/tokenizer/). ## Telemetry MeiliSearch collects anonymous data regarding general usage.