|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.lang.String |
Highlighter.getBestFragment(Analyzer analyzer,
java.lang.String fieldName,
java.lang.String text)
Highlights chosen terms in a text, extracting the most relevant section. |
java.lang.String |
Highlighter.getBestFragment(TokenStream tokenStream,
java.lang.String text)
Highlights chosen terms in a text, extracting the most relevant section. |
java.lang.String[] |
Highlighter.getBestFragments(Analyzer analyzer,
java.lang.String text,
int maxNumFragments)
Deprecated. This method incorrectly hardcodes the choice of fieldname. Use the method of the same name that takes a fieldname. |
java.lang.String[] |
Highlighter.getBestFragments(Analyzer analyzer,
java.lang.String fieldName,
java.lang.String text,
int maxNumFragments)
Highlights chosen terms in a text, extracting the most relevant sections. |
java.lang.String[] |
Highlighter.getBestFragments(TokenStream tokenStream,
java.lang.String text,
int maxNumFragments)
Highlights chosen terms in a text, extracting the most relevant sections. |
java.lang.String |
Highlighter.getBestFragments(TokenStream tokenStream,
java.lang.String text,
int maxNumFragments,
java.lang.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,
java.lang.String text,
boolean mergeContiguousFragments,
int maxNumFragments)
Low level api to get the most relevant (formatted) sections of the document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |