Uses of Class
org.apache.lucene.search.postingshighlight.Passage

Packages that use Passage
org.apache.lucene.search.postingshighlight Highlighter implementation that uses offsets from postings lists. 
 

Uses of Passage in org.apache.lucene.search.postingshighlight
 

Methods in org.apache.lucene.search.postingshighlight that return Passage
protected  Passage[] PostingsHighlighter.getEmptyHighlight(String fieldName, BreakIterator bi, int maxPassages)
          Called to summarize a document when no hits were found.
 

Methods in org.apache.lucene.search.postingshighlight with parameters of type Passage
abstract  String PassageFormatter.format(Passage[] passages, String content)
          Formats the top passages from content into a human-readable text snippet.
 String DefaultPassageFormatter.format(Passage[] passages, String content)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.