Class MatchHighlighter

java.lang.Object
org.apache.lucene.search.matchhighlight.MatchHighlighter

public class MatchHighlighter extends Object
An example highlighter that combines several lower-level highlighting utilities in this package into a fully featured, ready-to-use component.

Note that if you need to customize or tweak the details of highlighting, it is better to assemble your own highlighter using those low-level building blocks, rather than extend or modify this one.