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->getEndOffset ()-$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.
