Package de.cxp.ocs.elasticsearch.query
Class AsciifyUserQueryPreprocessor
- java.lang.Object
-
- de.cxp.ocs.elasticsearch.query.AsciifyUserQueryPreprocessor
-
- All Implemented Interfaces:
ConfigurableExtension,UserQueryPreprocessor
public class AsciifyUserQueryPreprocessor extends Object implements UserQueryPreprocessor
-
-
Constructor Summary
Constructors Constructor Description AsciifyUserQueryPreprocessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpreProcess(String userQuery)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.cxp.ocs.spi.search.ConfigurableExtension
initialize
-
-
-
-
Method Detail
-
preProcess
public String preProcess(String userQuery)
- Specified by:
preProcessin interfaceUserQueryPreprocessor
-
-