mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Remove the AttrCount type
Could probably be reintroduced later
This commit is contained in:
parent
7d67750865
commit
4be23efe66
2 changed files with 1 additions and 9 deletions
|
@ -28,7 +28,7 @@ pub use self::ranked_map::RankedMap;
|
|||
pub use self::raw_document::RawDocument;
|
||||
pub use self::store::Index;
|
||||
pub use self::update::{EnqueuedUpdateResult, ProcessedUpdateResult, UpdateStatus, UpdateType};
|
||||
pub use meilisearch_types::{DocIndex, DocumentId, Highlight, AttrCount};
|
||||
pub use meilisearch_types::{DocIndex, DocumentId, Highlight};
|
||||
|
||||
use compact_arena::SmallArena;
|
||||
use crate::bucket_sort::{QueryWordAutomaton, PostingsListView};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue