mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-08-01 03:10:04 +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
@ -434,7 +434,7 @@ fill: \"#B6E2D3\"
|
||||
writeln!(file, "{}: phrase", p.description(ctx))?;
|
||||
}
|
||||
if let Some(w) = term_subset.use_prefix_db(ctx) {
|
||||
let w = ctx.word_interner.get(w);
|
||||
let w = ctx.word_interner.get(w.interned());
|
||||
writeln!(file, "{w}: prefix db")?;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user