| Package | Description |
|---|---|
| org.apache.lucene.search.highlight |
The highlight package contains classes to provide "keyword in context" features
typically used to highlight search terms in the text of results pages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEncoder
Simple
Encoder implementation that does not modify the output |
class |
SimpleHTMLEncoder
Simple
Encoder implementation to escape text for HTML output |
| Modifier and Type | Method and Description |
|---|---|
Encoder |
Highlighter.getEncoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Highlighter.setEncoder(Encoder encoder) |
| Constructor and Description |
|---|
Highlighter(Formatter formatter,
Encoder encoder,
Scorer fragmentScorer) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.