Uses of Interface
org.compass.core.CompassHighlighter

Packages that use CompassHighlighter
org.compass.core   
org.compass.core.impl   
 

Uses of CompassHighlighter in org.compass.core
 

Methods in org.compass.core that return CompassHighlighter
 CompassHighlighter CompassHits.highlighter(int n)
          Returns the highlighter that maps the n'th hit.
 CompassHighlighter CompassHighlighter.setAnalyzer(Resource resource)
          Sets the analyzer that will be used if analysis of the text is needed (see CompassHighlighter.TextTokenizer).
 CompassHighlighter CompassHighlighter.setAnalyzer(String analyzerName)
          Sets the analyzer that will be used if analysis of the text is needed (see CompassHighlighter.TextTokenizer).
 CompassHighlighter CompassHighlighter.setHighlighter(String highlighterName)
          Sets the highlighter that will be used out the ones set in the configuration.
 CompassHighlighter CompassHighlighter.setMaxBytesToAnalyze(int maxBytesToAnalyze)
          Sets the maximum number of bytes that will be analyzed for highlighting.
 CompassHighlighter CompassHighlighter.setMaxNumFragments(int maxNumFragments)
          Sets the maximum number of fragments that can be returned or combined to a separator.
 CompassHighlighter CompassHighlighter.setSeparator(String separator)
          Sets the separator string that will be used to combine different fragments in fragmentsWithSeparator(String).
 CompassHighlighter CompassHighlighter.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
          Sets how the text will be tokenized for highlighting.
 

Uses of CompassHighlighter in org.compass.core.impl
 

Classes in org.compass.core.impl that implement CompassHighlighter
 class DefaultCompassHighlighter
           
 

Methods in org.compass.core.impl that return CompassHighlighter
 CompassHighlighter DefaultCompassHits.highlighter(int n)
           
 CompassHighlighter DefaultCompassHighlighter.setAnalyzer(Resource resource)
           
 CompassHighlighter DefaultCompassHighlighter.setAnalyzer(String analyzerName)
           
 CompassHighlighter DefaultCompassHighlighter.setHighlighter(String highlighterName)
           
 CompassHighlighter DefaultCompassHighlighter.setMaxBytesToAnalyze(int maxBytesToAnalyze)
           
 CompassHighlighter DefaultCompassHighlighter.setMaxNumFragments(int maxNumFragments)
           
 CompassHighlighter DefaultCompassHighlighter.setSeparator(String separator)
           
 CompassHighlighter DefaultCompassHighlighter.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
           
 



Copyright (c) 2004-2008 The Compass Project.