Uses of Class
de.cxp.ocs.config.QueryConfiguration
Packages that use QueryConfiguration
-
Uses of QueryConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return QueryConfigurationModifier and TypeMethodDescriptionQueryConfiguration.setCondition
(QueryConfiguration.QueryCondition condition) Specify the search-term conditions to build the Elasticsearch query based on this configuration.Should be a unique name of that query (e.g.QueryConfiguration.setSettings
(Map<QueryBuildingSetting, String> settings) Sets theQueryBuildingSetting
s for that query.QueryConfiguration.setStrategy
(String strategy) Simple or canonical class name of theESQueryFactory
that is used to build that query.QueryConfiguration.setWeightedFields
(Map<String, Float> weightedFields) Defines the fields to be searched and their according weight.Methods in de.cxp.ocs.config that return types with arguments of type QueryConfigurationModifier and TypeMethodDescriptionDefaultSearchConfigurationProvider.getQueryConfiguration
(String tenant) Method parameters in de.cxp.ocs.config with type arguments of type QueryConfigurationModifier and TypeMethodDescriptionSearchConfiguration.setQueryConfigs
(@NonNull List<QueryConfiguration> queryConfigs) Get query relaxation chain.