Uses of Class
de.cxp.ocs.config.QueryProcessingConfiguration
Packages that use QueryProcessingConfiguration
-
Uses of QueryProcessingConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return QueryProcessingConfigurationModifier and TypeMethodDescriptionQueryProcessingConfiguration.setUserQueryAnalyzer
(String userQueryAnalyzer) Optional classname (canonical or simple) of the userQueryAnalyzer to use.QueryProcessingConfiguration.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 QueryProcessingConfigurationModifier and TypeMethodDescriptionDefaultSearchConfigurationProvider.getQueryProcessing
(String tenant) Methods in de.cxp.ocs.config with parameters of type QueryProcessingConfigurationModifier and TypeMethodDescriptionSearchConfiguration.setQueryProcessing
(@NonNull QueryProcessingConfiguration queryProcessing) Optional query processing configuration.