Uses of Class
org.apache.lucene.search.uhighlight.Passage
-
Packages that use Passage Package Description org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of Passage in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return Passage Modifier and Type Method Description protected Passage[]FieldHighlighter. getSummaryPassagesNoHighlight(int maxPassages)Called to summarize a document when no highlights were found.protected Passage[]FieldHighlighter. highlightOffsetsEnums(OffsetsEnum off)private PassageFieldHighlighter. maybeAddPassage(java.util.PriorityQueue<Passage> passageQueue, PassageScorer scorer, Passage passage, int contentLength)Methods in org.apache.lucene.search.uhighlight with parameters of type Passage Modifier and Type Method Description java.lang.StringDefaultPassageFormatter. format(Passage[] passages, java.lang.String content)abstract java.lang.ObjectPassageFormatter. format(Passage[] passages, java.lang.String content)Formats the toppassagesfromcontentinto a human-readable text snippet.private PassageFieldHighlighter. maybeAddPassage(java.util.PriorityQueue<Passage> passageQueue, PassageScorer scorer, Passage passage, int contentLength)floatPassageScorer. score(Passage passage, int contentLength)Method parameters in org.apache.lucene.search.uhighlight with type arguments of type Passage Modifier and Type Method Description private PassageFieldHighlighter. maybeAddPassage(java.util.PriorityQueue<Passage> passageQueue, PassageScorer scorer, Passage passage, int contentLength)
-