Factor out function to decode 2 hex digits
[xapian.git] / xapian-bindings / perl / Xapian / BM25Weight.pm
blob64f6c0b9b44605eefb1e9bf5e2e394bb3384181b
1 package Xapian::BM25Weight;
3 =head1 NAME
5 Xapian::BM25Weight - BM25 Weighting scheme.
7 =head1 DESCRIPTION
9 BM25 Weighting scheme. This is the default weighting scheme.
11 =head1 METHODS
13 =over 4
15 =item new
17 Constructor. Either takes no parameters, or the 4 BM25 parameters
18 (k1, k2, k3, b) and the minimum normalised document length.
20 =back
22 =head1 SEE ALSO
24 L<Xapian>,
25 L<Xapian::Enquire>
27 =cut