NAME
KinoSearch::Posting::ScorePosting - Default posting type.
SYNOPSIS
# used indirectly, by specifying in FieldSpec subclass
package MySchema::Category;
use base qw( KinoSearch::FieldSpec::text );
# (it's the default, so you don't need to spec it)
# sub posting_type { 'KinoSearch::Posting::ScorePosting' }
DESCRIPTION
ScorePosting is the default posting format in KinoSearch. The term-document pairing used by MatchPosting is supplemented by additional frequency, position, and impact (weighting) information.
COPYRIGHT
Copyright 2007 Marvin Humphrey
LICENSE, DISCLAIMER, BUGS, etc.
See KinoSearch version 0.20.