| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fragmenter | |
|---|---|
| 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. | 
| Uses of Fragmenter in org.apache.lucene.search.highlight | 
|---|
| Classes in org.apache.lucene.search.highlight that implement Fragmenter | |
|---|---|
 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. | 
| Methods in org.apache.lucene.search.highlight that return Fragmenter | |
|---|---|
 Fragmenter | 
Highlighter.getTextFragmenter()
 | 
| Methods in org.apache.lucene.search.highlight with parameters of type Fragmenter | |
|---|---|
 void | 
Highlighter.setTextFragmenter(Fragmenter fragmenter)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||