Uses of Class
de.cxp.ocs.config.QueryProcessingConfiguration
-
Packages that use QueryProcessingConfiguration Package Description de.cxp.ocs.config -
-
Uses of QueryProcessingConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return QueryProcessingConfiguration Modifier and Type Method Description QueryProcessingConfigurationQueryProcessingConfiguration. setUserQueryAnalyzer(String userQueryAnalyzer)Optional classname (canonical or simple) of the userQueryAnalyzer to use.QueryProcessingConfigurationQueryProcessingConfiguration. setUserQueryPreprocessors(List<String> userQueryPreprocessors)List of custom query preprocessors (their canonical or simple class name) to be activated for the usage at the associated tenant.Methods in de.cxp.ocs.config that return types with arguments of type QueryProcessingConfiguration Modifier and Type Method Description Optional<QueryProcessingConfiguration>DefaultSearchConfigrationProvider. getQueryProcessing(String tenant)Methods in de.cxp.ocs.config with parameters of type QueryProcessingConfiguration Modifier and Type Method Description SearchConfigurationSearchConfiguration. setQueryProcessing(@NonNull QueryProcessingConfiguration queryProcessing)Optional query processing configuration.
-