KinoSearch::Posting::ScorePosting - Default posting type.
# ScorePosting is used indirectly, by specifying in FieldSpec subclass.
package MySchema::Category;
use base qw( KinoSearch::FieldSpec::TextField );
# (It's the default, so you don't need to spec it.)
# sub posting {
# my $self = shift;
# return KinoSearch::Posting::ScorePosting->new(@_);
# }
ScorePosting is the default posting format in KinoSearch. The term-document pairing used by MatchPosting is supplemented by additional frequency, position, and weighting information.
KinoSearch::Posting::ScorePosting isa KinoSearch::Posting::MatchPosting isa KinoSearch::Posting isa KinoSearch::Util::Stepper isa KinoSearch::Obj::FastObj isa KinoSearch::Obj.
Copyright 2005-2008 Marvin Humphrey
See KinoSearch version 0.20.