| java.lang.Object org.compass.core.lucene.engine.LuceneSearchEngineHighlighter
Method Summary | |
public SearchEngineHighlighter | clear() | public void | close() | protected Highlighter | createHighlighter(String propertyName) | protected Scorer | createScorer(String propertyName) | protected TokenStream | createTokenStream(Resource resource, String propertyName, String text) | protected TokenStream | createTokenStreamFromTermPositions(Resource resource, String propertyName) | public String | fragment(Resource resource, String propertyName) | public String | fragment(Resource resource, String propertyName, String text) | public String[] | fragments(Resource resource, String propertyName) | public String[] | fragments(Resource resource, String propertyName, String text) | public String | fragmentsWithSeparator(Resource resource, String propertyName) | public String | fragmentsWithSeparator(Resource resource, String propertyName, String text) | public String[] | multiResourceFragment(Resource resource, String propertyName) | public String[] | multiResourceFragment(Resource resource, String propertyName, String[] texts) | public String | multiResourceFragmentWithSeparator(Resource resource, String propertyName) | public String | multiResourceFragmentWithSeparator(Resource resource, String propertyName, String[] texts) | public SearchEngineHighlighter | setAnalyzer(String analyzerName) | public SearchEngineHighlighter | setAnalyzer(Resource resource) | public SearchEngineHighlighter | setHighlighter(String highlighterName) | public SearchEngineHighlighter | setMaxBytesToAnalyze(int maxBytesToAnalyze) | public SearchEngineHighlighter | setMaxNumFragments(int maxNumFragments) | public SearchEngineHighlighter | setSeparator(String separator) | public SearchEngineHighlighter | setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer) |
|
|