Larger union horizon

This commit is contained in:
Paul Masurel
2018-02-19 21:50:33 +09:00
parent 5ff8123b7a
commit 9a706c296a

View File

@@ -6,7 +6,7 @@ use DocId;
use Score;
use query::score_combiner::{DoNothingCombiner, ScoreCombiner};
const HORIZON_NUM_TINYBITSETS: usize = 32;
const HORIZON_NUM_TINYBITSETS: usize = 64;
const HORIZON: u32 = 64u32 * HORIZON_NUM_TINYBITSETS as u32;
/// Creates a `DocSet` that iterator through the intersection of two `DocSet`s.