Use word_prefix_docids, make get_word_prefix_docids private

This commit is contained in:
Louis Dureuil
2023-04-11 22:06:10 +02:00
committed by Loïc Lecrenier
parent c20c38a7fa
commit 7a01f20df7
5 changed files with 14 additions and 7 deletions

View File

@ -55,7 +55,7 @@ pub fn compute_docids(
compute_prefix_edges(
ctx,
left_word.interned(),
right_prefix,
right_prefix.interned(),
left_phrase,
forward_proximity,
backward_proximity,