1 package Search
::Xapian
::BoolWeight
;
8 use Search
::Xapian
::Weight
;
12 our @ISA = qw( DynaLoader Search::Xapian::Weight);
14 # In a new thread, copy objects of this class to unblessed, undef values.
21 if (scalar(@_) == 0) {
24 Carp
::carp
("USAGE: $class->new()");
27 bless $weight, $class;
37 Search::Xapian::BoolWeight - Boolean Weighting scheme.
41 Boolean Weighting scheme. All documents get a weight of 0.
49 Constructor. Takes no arguments.
56 L<Search::Xapian::Enquire>