| Package | Description |
|---|---|
| org.apache.lucene.search.postingshighlight |
| Modifier and Type | Method and Description |
|---|---|
Snippet[] |
CustomPassageFormatter.format(org.apache.lucene.search.postingshighlight.Passage[] passages,
String content) |
Snippet[] |
CustomPostingsHighlighter.highlightField(String field,
org.apache.lucene.search.Query query,
org.apache.lucene.search.IndexSearcher searcher,
int docId,
int maxPassages)
Highlights terms extracted from the provided query within the content of the provided field name
|
Copyright © 2009–2017. All rights reserved.