added payload per term

This commit is contained in:
Paul Masurel
2026-06-10 11:20:21 +02:00
parent 141227d103
commit d7e9aa0343
16 changed files with 525 additions and 13 deletions
@@ -279,7 +279,6 @@ impl<TScoreCombiner: ScoreCombiner> BooleanWeight<TScoreCombiner> {
Some(exclude_scorers_union)
};
let include_scorer = match (should_scorers, must_scorers) {
(ShouldScorersCombinationMethod::Ignored, must_scorers) => {
// No SHOULD clauses (or they were absorbed into MUST).
-1
View File
@@ -1,7 +1,6 @@
mod boolean_query;
mod boolean_weight;
pub use self::boolean_query::BooleanQuery;
pub use self::boolean_weight::BooleanWeight;