public boolean reconfigure() throws ConfigurationException(Code)
reconfigure the analyzer if the config file has changed
throws: ConfigurationException - boolean true if the analyzer is reconfigured (=file has changed)else false
set the analyzerManager
Parameters: analyzerM - AnalyzerManager
setConfigFile
public void setConfigFile(Source source) throws ConfigurationException(Code)
Set the configuration file
Parameters: source - Source configuration file throws: ConfigurationException -
setEnableCheckFile
public void setEnableCheckFile(boolean check)(Code)
Enable the check of the config file (to update the analyzer if the config
file changes) when the method
See Also: org.apache.cocoon.component.search.components.AnalyzerManager.getAnalyzer(String) See Also: is called Parameters: check - true if we want that
tokenStream
final public TokenStream tokenStream(String fieldName, Reader reader)(Code)