repo.or.cz
/
xapian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[scriptindex] Drop fallback if replace_document fails
[xapian.git]
/
xapian-bindings
/
perl
/
Xapian
/
Weight.pm
blob
6305e8207789e09d5575381d81de0ae93324003c
1
package
Xapian
::
Weight
;
2
3
=head1 NAME
4
5
Xapian::Weight - base class for Weighting schemes.
6
7
=head1 DESCRIPTION
8
9
This is an abstract base class for weighting schemes in Xapian.
10
11
=head1 SEE ALSO
12
13
L<Xapian>,
14
L<Xapian::BoolWeight>,
15
L<Xapian::BM25Weight>
16
17
=cut
18
1
;