Re: DelimitedPayloadTokenFilter and Highlighter

2011-07-10 Thread Simon Willnauer
Hey hannes, the simplest solution here is maybe using a second field that is for highlighting only. This field would then store your content without the payloads. The other way would be stripping off the payloads during rendering which is not a nice option I guess. Since I am not a highlighter

DelimitedPayloadTokenFilter and Highlighter

2011-07-09 Thread Hannes Korte
Hi, I'm trying to use the DelimitedPayloadTokenFilter for a field, which I want to be highlighted. Unfortunately, the resulting snippets contain the original payload strings, e.g. token|0.5. Is there a way to clean the stored string, which is used by the highlighter? Thanks in advance!