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
[omega] Compute date spans in days
[xapian.git]
/
xapian-bindings
/
perl
/
Xapian
/
BoolWeight.pm
blob
554970f51c5201e61a1042cbb126ee4c3233839c
1
package
Xapian
::
BoolWeight
;
2
3
=head1 NAME
4
5
Xapian::BoolWeight - Boolean Weighting scheme.
6
7
=head1 DESCRIPTION
8
9
Boolean Weighting scheme. All documents get a weight of 0.
10
11
=head1 METHODS
12
13
=over 4
14
15
=item new
16
17
Constructor. Takes no arguments.
18
19
=back
20
21
=head1 SEE ALSO
22
23
L<Xapian>,
24
L<Xapian::Enquire>
25
26
=cut
27
1
;