Uses of Class
de.cxp.ocs.config.QueryConfiguration.QueryCondition
Packages that use QueryConfiguration.QueryCondition
-
Uses of QueryConfiguration.QueryCondition in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return QueryConfiguration.QueryConditionModifier and TypeMethodDescriptionQueryConfiguration.QueryCondition.setMatchingRegex
(String matchingRegex) Set a regular expression that should match for the whole search query.QueryConfiguration.QueryCondition.setMaxQueryLength
(int maxQueryLength) Set inclusive maximum of length for a query factory to be used.QueryConfiguration.QueryCondition.setMaxTermCount
(int maxTermCount) Set inclusive maximum of terms for a query factory to be used.QueryConfiguration.QueryCondition.setMinTermCount
(int minTermCount) Set minimum of terms for a query factory to be used.Methods in de.cxp.ocs.config with parameters of type QueryConfiguration.QueryConditionModifier and TypeMethodDescriptionQueryConfiguration.setCondition
(QueryConfiguration.QueryCondition condition) Specify the search-term conditions to build the Elasticsearch query based on this configuration.