Uses of Class
org.apache.lucene.search.highlight.TextFragment

Uses of TextFragment in org.apache.lucene.search.highlight
 

Methods in org.apache.lucene.search.highlight that return TextFragment
 TextFragment[] Highlighter.getBestTextFragments(org.apache.lucene.analysis.TokenStream tokenStream, java.lang.String text, boolean mergeContiguousFragments, int maxNumFragments)
          Low level api to get the most relevant (formatted) sections of the document.
 

Methods in org.apache.lucene.search.highlight with parameters of type TextFragment
 boolean TextFragment.follows(TextFragment fragment)
           
 void TextFragment.merge(TextFragment frag2)
           
 void QueryTermScorer.startFragment(TextFragment newFragment)
           
 void QueryScorer.startFragment(TextFragment newFragment)
           
 void Scorer.startFragment(TextFragment newFragment)
          Called when a new fragment is started for consideration.
 



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