Package org.apache.lucene.search.postingshighlight

Highlighter implementation that uses offsets from postings lists.

See:
          Description

Class Summary
DefaultPassageFormatter Creates a formatted snippet from the top passages.
Passage Represents a passage (typically a sentence of the document).
PassageFormatter Creates a formatted snippet from the top passages.
PassageScorer Ranks passages found by PostingsHighlighter.
PostingsHighlighter Simple highlighter that does not analyze fields nor use term vectors.
WholeBreakIterator Just produces one single fragment for the entire text
 

Package org.apache.lucene.search.postingshighlight Description

Highlighter implementation that uses offsets from postings lists.



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