mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 22:56:28 +00:00
Compute and write the word-prefix-docids database
This commit is contained in:
@ -32,7 +32,8 @@ impl<'t, 'u, 'i> Facets<'t, 'u, 'i> {
|
||||
wtxn: &'t mut heed::RwTxn<'i, 'u>,
|
||||
index: &'i Index,
|
||||
update_id: u64,
|
||||
) -> Facets<'t, 'u, 'i> {
|
||||
) -> Facets<'t, 'u, 'i>
|
||||
{
|
||||
Facets {
|
||||
wtxn,
|
||||
index,
|
||||
|
Reference in New Issue
Block a user