mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Normalize for the search the facets values
This commit is contained in:
parent
3070a20580
commit
df528b41d8
12 changed files with 178 additions and 46 deletions
|
@ -1,3 +1,4 @@
|
|||
mod beu16_str_codec;
|
||||
mod beu32_str_codec;
|
||||
mod byte_slice_ref;
|
||||
pub mod facet;
|
||||
|
@ -14,6 +15,7 @@ mod str_str_u8_codec;
|
|||
pub use byte_slice_ref::ByteSliceRefCodec;
|
||||
pub use str_ref::StrRefCodec;
|
||||
|
||||
pub use self::beu16_str_codec::BEU16StrCodec;
|
||||
pub use self::beu32_str_codec::BEU32StrCodec;
|
||||
pub use self::field_id_word_count_codec::FieldIdWordCountCodec;
|
||||
pub use self::fst_set_codec::FstSetCodec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue