mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
create a new db with getters and setters
This commit is contained in:
parent
b22aac92ac
commit
8d9c2c4425
3 changed files with 30 additions and 2 deletions
|
@ -51,6 +51,7 @@ pub type DocumentId = u32;
|
|||
pub type FieldId = u16;
|
||||
pub type Position = u32;
|
||||
pub type FieldDistribution = BTreeMap<String, u64>;
|
||||
pub type GeoPoint = rstar::primitives::GeomWithData<[f64; 2], DocumentId>;
|
||||
|
||||
/// Transform a raw obkv store into a JSON Object.
|
||||
pub fn obkv_to_json(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue