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

Packages that use InvalidTokenOffsetsException
org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. 
 

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

Methods in org.apache.lucene.search.highlight that throw InvalidTokenOffsetsException
 String Highlighter.getBestFragment(Analyzer analyzer, String fieldName, String text)
          Highlights chosen terms in a text, extracting the most relevant section.
 String Highlighter.getBestFragment(TokenStream tokenStream, String text)
          Highlights chosen terms in a text, extracting the most relevant section.
 String[] Highlighter.getBestFragments(Analyzer analyzer, String fieldName, String text, int maxNumFragments)
          Highlights chosen terms in a text, extracting the most relevant sections.
 String[] Highlighter.getBestFragments(TokenStream tokenStream, String text, int maxNumFragments)
          Highlights chosen terms in a text, extracting the most relevant sections.
 String Highlighter.getBestFragments(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(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.