-
-
21 Jun 2007 05:11:26 UTC
- Development release
- Distribution: KinoSearch
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (10 / 7 / 0)
- Kwalitee
Bus factor: 0- License: perl_5
- Activity
24 month- Tools
- Download (456.89KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Marvin Humphrey <marvin at rectangular dot com>
- Dependencies
- Clone
- Compress::Zlib
- HTML::Parser
- Lingua::Stem::Snowball
- Lingua::StopWords
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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::Schema::FieldSpec ); 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.
Module Install Instructions
To install KinoSearch, copy and paste the appropriate command in to your terminal.
cpanm KinoSearch
perl -MCPAN -e shell install KinoSearch
For more information on module installation, please visit the detailed CPAN module installation guide.