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 |
NullFragmenter
Fragmenter implementation which does not fragment the text. |
class |
SimpleFragmenter
Fragmenter implementation which breaks text up into same-size
fragments with no concerns over spotting sentence boundaries. |
class |
SimpleSpanFragmenter
Fragmenter implementation which breaks text up into same-size
fragments but does not split up Spans . |
Modifier and Type | Method and Description |
---|---|
Fragmenter |
Highlighter.getTextFragmenter() |
Modifier and Type | Method and Description |
---|---|
void |
Highlighter.setTextFragmenter(Fragmenter fragmenter) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.