feat: Introduce the meilidb-data schema module

This commit is contained in:
Clément Renault
2019-03-29 17:28:54 +01:00
parent 287d5dee4d
commit 95dfbd1fe0
7 changed files with 322 additions and 5 deletions

View File

@ -5,8 +5,8 @@ use std::fmt;
use meilidb_core::criterion::Criterion;
use meilidb_core::RawDocument;
use crate::database::schema::{Schema, SchemaAttr};
use crate::database::RankedMap;
use meilidb_data::{Schema, SchemaAttr};
use meilidb_data::RankedMap;
/// An helper struct that permit to sort documents by
/// some of their stored attributes.