Introduce the DocumentsFieldsCounts store

This commit is contained in:
Clément Renault
2019-10-14 14:06:34 +02:00
parent 9cdda8c46a
commit a7e40a78c1
4 changed files with 179 additions and 63 deletions

View File

@ -3,7 +3,6 @@ use std::convert::TryInto;
use meilidb_schema::Schema;
use rkv::Value;
use serde::de;
use crate::{RankedMap, MResult};
const CUSTOMS_KEY: &str = "customs-key";