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 | 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 | Description |
---|---|---|
Fragmenter |
Highlighter.getTextFragmenter() |
Modifier and Type | Method | Description |
---|---|---|
void |
Highlighter.setTextFragmenter(Fragmenter fragmenter) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.