mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-08-02 11:50:03 +00:00
Use word_prefix_docids, make get_word_prefix_docids private
This commit is contained in:
committed by
Loïc Lecrenier
parent
c20c38a7fa
commit
7a01f20df7
@ -138,7 +138,7 @@ impl<'ctx> SearchContext<'ctx> {
|
||||
}
|
||||
|
||||
/// Retrieve or insert the given value in the `word_prefix_docids` database.
|
||||
pub fn get_db_word_prefix_docids(
|
||||
fn get_db_word_prefix_docids(
|
||||
&mut self,
|
||||
prefix: Interned<String>,
|
||||
) -> Result<Option<RoaringBitmap>> {
|
||||
|
Reference in New Issue
Block a user