feat: Introduce the RankedMap type

This commit is contained in:
Clément Renault
2019-03-29 17:38:57 +01:00
parent e41c551757
commit f17a05c342
3 changed files with 7 additions and 3 deletions

View File

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