sounds like this issue: http://framework.zend.com/issues/browse/ZF-2857 Unfortunately it seems there hasn't been any progress on this and other important ZSL issues at all :/
best regards, Stefan Oestreicher > -----Original Message----- > From: Lorenz, Marcus [mailto:[EMAIL PROTECTED] > Sent: Friday, July 11, 2008 12:24 PM > To: fw-general@lists.zend.com > Subject: [fw-general] Lucene highlight problem > > Hello everybody, > > i have a problem with the lucene result highlighting. > The highlighted words or even fragments were nothing i've > searched for. > I've read some the posts regarding this issue but didn't find > something helpfull. > > It seems to me that the dom-function TextNode->splitText is > not multibyte-save. Is that right? > I make this assumption because when i do this: > > echo > mb_substr($node->wholeText,$token->getStartOffset(),$token->ge tEndOffset()-$token->getStartOffset(),'UTF-8'); > > just before the splitting in (Document/Html.php) i get the > correct text, but the splitting is made somewhere else. Or > have i forgotten something? > > The way of splitting seems correct for me. > > Greetings, > > Marcus > > > This e-mail and any attachment is for authorised use by the > intended recipient(s) only. It may contain proprietary > material, confidential information and/or be subject to legal > privilege. It should not be copied, disclosed to, retained or > used by, any other party. If you are not an intended > recipient then please promptly delete this e-mail and any > attachment and all copies and inform the sender. Thank you. >