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

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

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

Subclasses of PassageFormatter in org.apache.lucene.search.postingshighlight
 class DefaultPassageFormatter
          Creates a formatted snippet from the top passages.
 

Methods in org.apache.lucene.search.postingshighlight that return PassageFormatter
protected  PassageFormatter PostingsHighlighter.getFormatter(String field)
          Returns the PassageFormatter to use for formatting passages into highlighted snippets.
 



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