pub fn new_bm25_weight( k1: f64, k2: f64, k3: f64, b: f64, min_normlen: f64 ) -> Result<UniquePtr<BM25Weight>, Exception>