Uses of Class
de.cxp.ocs.config.QueryConfiguration
-
Packages that use QueryConfiguration Package Description de.cxp.ocs.config -
-
Uses of QueryConfiguration in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return QueryConfiguration Modifier and Type Method Description QueryConfigurationQueryConfiguration. setCondition(QueryConfiguration.QueryCondition condition)Specify the search-term conditions to build the Elasticsearch query based on this configuration.QueryConfigurationQueryConfiguration. setName(String name)Should be a unique name of that query (e.g.QueryConfigurationQueryConfiguration. setSettings(Map<QueryBuildingSetting,String> settings)Sets theQueryBuildingSettings for that query.QueryConfigurationQueryConfiguration. setStrategy(String strategy)Simple or canonical class name of theESQueryFactorythat is used to build that query.QueryConfigurationQueryConfiguration. 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 QueryConfiguration Modifier and Type Method Description Collection<QueryConfiguration>DefaultSearchConfigrationProvider. getQueryConfiguration(String tenant)Method parameters in de.cxp.ocs.config with type arguments of type QueryConfiguration Modifier and Type Method Description SearchConfigurationSearchConfiguration. setQueryConfigs(@NonNull List<QueryConfiguration> queryConfigs)Get query relaxation chain.
-