ZF-11292: missing ability to pass encoding through highlightExtended to tokenize()
Description
in Zend\Search\Lucene\Document\Html.php the highlightExtended method calls the default analyzer's tokenize method without an encoding (second argument). this way it's impossible to pass the encoding information as far as I can see (without creating a custom analyzer and setting that as default).
the $params argument of the highLightExtended could be used to accept encoding and pass it to the tokenize method.
Comments
Posted by Ferenc Kovacs (tyrael) on 2011-04-15T09:53:28.000+0000
linked some related issues