Interface HitHighlighter
-
- All Known Implementing Classes:
HitHighlighterImpl
public interface HitHighlighterFinds search hits in content based on a given Lucene query. Highlights those hits with a formatter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSummary(String text)Get a summary, suitable for displaying excerpts of search results.StringhighlightText(String text)Highlights text without fragmenting it.
-