Uses of Class
org.compass.core.CompassHighlighter.TextTokenizer

Packages that use CompassHighlighter.TextTokenizer
org.compass.core   
org.compass.core.engine   
org.compass.core.impl   
org.compass.core.lucene.engine   
org.compass.core.lucene.engine.highlighter   
 

Uses of CompassHighlighter.TextTokenizer in org.compass.core
 

Fields in org.compass.core declared as CompassHighlighter.TextTokenizer
static CompassHighlighter.TextTokenizer CompassHighlighter.TextTokenizer.ANALYZER
          Forces tokenization of the text using the analyzer.
static CompassHighlighter.TextTokenizer CompassHighlighter.TextTokenizer.AUTO
          Will use term vector if available to tokenize the text, otherwise will use analyzer.
static CompassHighlighter.TextTokenizer CompassHighlighter.TextTokenizer.TERM_VECTOR
          Forces tokenization of the text using the tem vector information.
 

Methods in org.compass.core that return CompassHighlighter.TextTokenizer
static CompassHighlighter.TextTokenizer CompassHighlighter.TextTokenizer.fromString(String textTokenizer)
           
 

Methods in org.compass.core with parameters of type CompassHighlighter.TextTokenizer
 CompassHighlighter CompassHighlighter.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
          Sets how the text will be tokenized for highlighting.
static String CompassHighlighter.TextTokenizer.toString(CompassHighlighter.TextTokenizer textTokenizer)
           
 

Uses of CompassHighlighter.TextTokenizer in org.compass.core.engine
 

Methods in org.compass.core.engine with parameters of type CompassHighlighter.TextTokenizer
 SearchEngineHighlighter SearchEngineHighlighter.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
           
 

Uses of CompassHighlighter.TextTokenizer in org.compass.core.impl
 

Methods in org.compass.core.impl with parameters of type CompassHighlighter.TextTokenizer
 CompassHighlighter DefaultCompassHighlighter.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
           
 

Uses of CompassHighlighter.TextTokenizer in org.compass.core.lucene.engine
 

Methods in org.compass.core.lucene.engine with parameters of type CompassHighlighter.TextTokenizer
 SearchEngineHighlighter LuceneSearchEngineHighlighter.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
           
 

Uses of CompassHighlighter.TextTokenizer in org.compass.core.lucene.engine.highlighter
 

Methods in org.compass.core.lucene.engine.highlighter that return CompassHighlighter.TextTokenizer
 CompassHighlighter.TextTokenizer LuceneHighlighterSettings.getTextTokenizer()
           
 CompassHighlighter.TextTokenizer DefaultLuceneHighlighterSettings.getTextTokenizer()
           
 

Methods in org.compass.core.lucene.engine.highlighter with parameters of type CompassHighlighter.TextTokenizer
 void DefaultLuceneHighlighterSettings.setTextTokenizer(CompassHighlighter.TextTokenizer textTokenizer)
           
 



Copyright (c) 2004-2008 The Compass Project.