| Search-Xapian documentation | Contained in the Search-Xapian distribution. |
Search::Xapian::Weight - base class for Weighting schemes.
This is an abstract base class for weighting schemes in Xapian.
| Search-Xapian documentation | Contained in the Search-Xapian distribution. |
package Search::Xapian::Weight; use 5.006; use strict; use warnings; # In a new thread, copy objects of this class to unblessed, undef values. sub CLONE_SKIP { 1 } 1; __END__