This commit is contained in:
Paul Masurel
2022-05-23 10:20:37 +09:00
parent 9ee4772140
commit 71c4393ec4

View File

@@ -241,7 +241,7 @@ fn intersection_exists_with_slop(left: &[u32], right: &[u32], slop: u32) -> bool
right_index += 1;
}
}
return false;
false
}
impl<TPostings: Postings> PhraseScorer<TPostings> {