The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

KSx::Search::MockScorer - Matcher with arbitrary docs and scores.

DESCRIPTION

Used for testing combining Matchers such as ANDScorer, MockScorer allows arbitrary match criteria to be supplied, obviating the need for clever index construction to cover corner cases.

MockScorer is a testing and demonstration class; it is unsupported.

CONSTRUCTORS

new( [labeled params] )

  • doc_ids - A sorted array of doc_ids.

  • scores - An array of scores, one for each doc_id.

COPYRIGHT AND LICENSE

Copyright 2007-2010 Marvin Humphrey

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.