--- perl/lib/KinoSearch/Highlight/Highlighter.pm.orig.pm 2008-02-02 13:20:49.000000000 -0800 +++ perl/lib/KinoSearch/Highlight/Highlighter.pm 2008-02-05 17:54:59.000000000 -0800 @@ -25,7 +25,9 @@ use KinoSearch::Highlight::HeatMap; use KinoSearch::Highlight::SimpleHTMLFormatter; use KinoSearch::Highlight::SimpleHTMLEncoder; -BEGIN { __PACKAGE__->ready_get(qw( weight )) } +BEGIN { __PACKAGE__->ready_get(qw( + weight excerpt_length searcher field +)) } sub new { my $either = shift; @@ -335,6 +337,10 @@ an excerpt as a string. This returns a weight object associated with the query. +=head2 get_excerpt_length, get_searcher, get_field + +These return the values passed to the constructor. + =head1 COPYRIGHT Copyright 2005-2008 Marvin Humphrey