mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce codecs for facet types (string, f64, u64, i64)
This commit is contained in:
parent
b4951c058b
commit
e0058c1125
11 changed files with 280 additions and 0 deletions
4
src/facet/mod.rs
Normal file
4
src/facet/mod.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
mod facet_type;
|
||||
pub mod value_encoding;
|
||||
|
||||
pub use self::facet_type::FacetType;
|
Loading…
Add table
Add a link
Reference in a new issue