Fred Toth wrote:

Hi,

We have a need to present HTML documents with all search
terms highlighted. Everything I've seen regarding the Highlighter
code seems to point to the typical case of extracting relevant
fragments from the text for presentation of hit lists.

If you dont want to fragment your docs either pass the highlighter an instance of the default fragmenter with it's "fragment size in bytes" property set to a very large number or pass a custom fragmenter implementation which always returns false when asked if the next token starts a new fragment.

Cheers
Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to