mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-30 10:20:05 +00:00
Use the RoaringBitmapLenCodec to retrieve the count of documents
This commit is contained in:
@ -17,7 +17,7 @@ impl<'t, 'u, 'i> ClearDocuments<'t, 'u, 'i> {
|
||||
ClearDocuments { wtxn, index, _update_id: update_id }
|
||||
}
|
||||
|
||||
pub fn execute(self) -> anyhow::Result<usize> {
|
||||
pub fn execute(self) -> anyhow::Result<u64> {
|
||||
let Index {
|
||||
env: _env,
|
||||
main: _main,
|
||||
|
Reference in New Issue
Block a user