Highlighter.Net 2.0.0

Fragmenter Interface

Implements the policy for breaking text into multiple fragments for consideration by the {@link Highlighter} class. A sophisticated implementation may do this on the basis of detecting end of sentences in the text.

For a list of all members of this type, see Fragmenter Members.

public interface Fragmenter

Types that implement Fragmenter

Type Description
NullFragmenter {@link Fragmenter} implementation which does not fragment the text. This is useful for highlighting the entire content of a document or field.
SimpleFragmenter {@link Fragmenter} implementation which breaks text up into same-size fragments with no concerns over spotting sentence boundaries.

Requirements

Namespace: Lucene.Net.Highlight

Assembly: Highlighter.Net (in Highlighter.Net.dll)

See Also

Fragmenter Members | Lucene.Net.Highlight Namespace