All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.sunrise.search.facetedsearch.BaseFacetedSearchWithOptions Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.search.facetedsearch;

interface BaseFacetedSearchWithOptions {

    /**
     * Defines whether multiple options can be selected or only one.
     * @return true if multiple values can be selected, false otherwise
     */
    boolean isMultiSelect();

    /**
     * Defines whether the results should match all selected values in the facet (AND operator effect)
     * or just at least one selected value (OR operator effect)
     * @return true if results should match all selected values, false otherwise
     */
    boolean isMatchingAll();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy