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

NAME

KinoSearch::Highlight::Encoder - Encode excerpted text.

SYNOPSIS

    # abstract base class

DESCRIPTION

Encoder objects are invoked by Highlighter objects for every piece of text that makes it into an excerpt. The archetypal implementation is KinoSearch::Highlight::SimpleHTMLEncoder.

METHODS

encode

    my $encoded = $encoder->encode($text);

COPYRIGHT

Copyright 2006-2007 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.20.