Package de.cxp.ocs.spi.search
Interface UserQueryPreprocessor
-
- All Superinterfaces:
ConfigurableExtension
- All Known Implementing Classes:
AsciifyUserQueryPreprocessor
public interface UserQueryPreprocessor extends ConfigurableExtension
Can be used to modify the user query prior it is processed by the UserQueryAnalyzer, for example to normalize the query.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringpreProcess(String userQuery)-
Methods inherited from interface de.cxp.ocs.spi.search.ConfigurableExtension
initialize
-
-