mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the new invalid sortable error codes
This commit is contained in:
parent
2d8dd87cad
commit
51387b2c80
7 changed files with 25 additions and 21 deletions
|
@ -1,8 +1,8 @@
|
|||
use std::fs::File;
|
||||
|
||||
use crate::index::Index;
|
||||
use grenad::CompressionType;
|
||||
use milli::update::UpdateBuilder;
|
||||
use milli::CompressionType;
|
||||
use rayon::ThreadPool;
|
||||
|
||||
use crate::index_controller::UpdateMeta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue