KinoSearch::Highlight::Encoder - encode excerpted text


NAME

KinoSearch::Highlight::Encoder - encode excerpted text

Back to Top


SYNOPSIS

    # abstract base class

Back to Top


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.

Back to Top


METHODS

encode

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

Back to Top


COPYRIGHT

Copyright 2006 Marvin Humphrey

Back to Top


LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch version 0.15.

Back to Top

 KinoSearch::Highlight::Encoder - encode excerpted text