[omega] Compute date spans in days
[xapian.git] / xapian-bindings / perl / Xapian / BoolWeight.pm
blob554970f51c5201e61a1042cbb126ee4c3233839c
1 package Xapian::BoolWeight;
3 =head1 NAME
5 Xapian::BoolWeight - Boolean Weighting scheme.
7 =head1 DESCRIPTION
9 Boolean Weighting scheme. All documents get a weight of 0.
11 =head1 METHODS
13 =over 4
15 =item new
17 Constructor. Takes no arguments.
19 =back
21 =head1 SEE ALSO
23 L<Xapian>,
24 L<Xapian::Enquire>
26 =cut