mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix panics and issues in exactness graph ranking rule
This commit is contained in:
parent
f513cf930a
commit
e58426109a
2 changed files with 22 additions and 31 deletions
|
@ -7,10 +7,7 @@ use super::helpers::{
|
|||
};
|
||||
use crate::error::SerializationError;
|
||||
use crate::index::db_name::DOCID_WORD_POSITIONS;
|
||||
use crate::{
|
||||
absolute_from_relative_position, bucketed_position, relative_from_absolute_position,
|
||||
DocumentId, Result,
|
||||
};
|
||||
use crate::{bucketed_position, relative_from_absolute_position, DocumentId, Result};
|
||||
|
||||
/// Extracts the word positions and the documents ids where this word appear.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue