• NAME
  • SYNOPSIS
  • DESCRIPTION
  • INHERITANCE
  • COPYRIGHT
  • LICENSE, DISCLAIMER, BUGS, etc.

NAME

KinoSearch::Posting::ScorePosting - Default posting type.

SYNOPSIS

    # 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(@_);
    # }

DESCRIPTION

ScorePosting is the default posting format in KinoSearch. The term-document pairing used by MatchPosting is supplemented by additional frequency, position, and weighting information.

INHERITANCE

KinoSearch::Posting::ScorePosting isa KinoSearch::Posting::MatchPosting isa KinoSearch::Posting isa KinoSearch::Util::Stepper isa KinoSearch::Obj::FastObj isa KinoSearch::Obj.

COPYRIGHT

Copyright 2005-2008 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.20.

Copyright © 2004-2008 Marvin Humphrey