Am Samstag, den 22.09.2007, 09:09 +0200 schrieb Markus Fischer: > I've a question about highlighting: I know that Zend_Lucene provides > it's own highlighting. However the individual results are using a custom > made HTML which is not suitable for our case. For my case I would prefer > the raw string and then e.g. an array with positions/words to highlight. > In short: something to work with so I can customize the highlighting as > detailed as I want. > > I'm currently highlighting with my custom code but it is next to > impossible to do it separately from Lucene because the actual work to be > highlighted can depend on so many things and it's not just string matching. > > Is there a way to get the raw data to do custom highlighting?
Hi, I second that :-) Just tried the built-in highlighting myself for the first time last week and didn't find a way to customize the highlighting in any way except for the colour codes. Is there a better way? Maybe it's just a documentation issue? CU Markus
