The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KinoSearch::Posting::MatchPosting - Match but not score documents.

TODO

This class is not yet fully implemented.

SYNOPSIS

    # used indirectly, by specifying in FieldSpec subclass
    package MySchema::Category;
    use base qw( KinoSearch::FieldSpec::text );
    sub posting_type { 'KinoSearch::Posting::MatchPosting' }

DESCRIPTION

Use MatchPosting for fields which only need to be matched, not scored. For instance, if you need to determine that that a query matches a particular category, but don't want the match to contribute to the document score, use MatchPosting for the field.

COPYRIGHT

Copyright 2007 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.20.