Skip to content

Commit

Permalink
window multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfran committed Feb 2, 2024
1 parent 55a458c commit 29cd732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub const OFFSETS_EXTENSION: &str = ".offsets";
pub const DOCUMENTS_EXTENSION: &str = ".docs";
pub const VOCABULARY_ALPHA_EXTENSION: &str = ".alphas";

const WINDOW_SCORE_MULTIPLIER: f64 = 0.0;
const WINDOW_SCORE_MULTIPLIER: f64 = 3.0;
const BM25_SCORE_MULTIPLIER: f64 = 1.0;

const BM25_KL: f64 = 1.2;
Expand Down

0 comments on commit 29cd732

Please sign in to comment.