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

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

Methods in org.apache.lucene.search.highlight that throw InvalidTokenOffsetsException
 String Highlighter.getBestFragment(org.apache.lucene.analysis.Analyzer analyzer, String fieldName, String text)
          Highlights chosen terms in a text, extracting the most relevant section.
 String Highlighter.getBestFragment(org.apache.lucene.analysis.TokenStream tokenStream, String text)
          Highlights chosen terms in a text, extracting the most relevant section.
 String[] Highlighter.getBestFragments(org.apache.lucene.analysis.Analyzer analyzer, String text, int maxNumFragments)
          Deprecated. This method incorrectly hardcodes the choice of fieldname. Use the method of the same name that takes a fieldname.
 String[] Highlighter.getBestFragments(org.apache.lucene.analysis.Analyzer analyzer, String fieldName, String text, int maxNumFragments)
          Highlights chosen terms in a text, extracting the most relevant sections.
 String[] Highlighter.getBestFragments(org.apache.lucene.analysis.TokenStream tokenStream, String text, int maxNumFragments)
          Highlights chosen terms in a text, extracting the most relevant sections.
 String Highlighter.getBestFragments(org.apache.lucene.analysis.TokenStream tokenStream, String text, int maxNumFragments, String separator)
          Highlights terms in the text , extracting the most relevant sections and concatenating the chosen fragments with a separator (typically "...").
 TextFragment[] Highlighter.getBestTextFragments(org.apache.lucene.analysis.TokenStream tokenStream, String text, boolean mergeContiguousFragments, int maxNumFragments)
          Low level api to get the most relevant (formatted) sections of the document.
 



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