KinoSearch::Search::Weight - Searcher-dependent transformation of a Query |
sub scorer { shift->abstract_death }
sub explain { shift->todo_death }
sub to_string { my $self = shift; return ``weight('' . $self->{parent}->to_string . ``)''; }
1;
KinoSearch::Search::Weight - Searcher-dependent transformation of a Query |