mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Retrieve the words before the intersect loops
This commit is contained in:
parent
6ca3579cc0
commit
4e86ecf807
3 changed files with 25 additions and 18 deletions
|
@ -6,6 +6,10 @@ use heed::EnvOpenOptions;
|
|||
use structopt::StructOpt;
|
||||
use mega_mini_indexer::{Index, BEU32};
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
#[global_allocator]
|
||||
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
#[structopt(name = "mm-search", about = "The server side of the MMI project.")]
|
||||
struct Opt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue