Class DefaultQueryContributorOrder

java.lang.Object
com.broadleafcommerce.search.provider.solr.DefaultQueryContributorOrder

public class DefaultQueryContributorOrder extends Object
just a holder for constants for the order of the query contributors
  • Field Details

    • DEFAULT_QUERY_CONTRIBUTOR_ORDER

      public static int DEFAULT_QUERY_CONTRIBUTOR_ORDER
    • HTTP_SERVLET_REQUEST_QUERY_CONTRIBUTOR_ORDER

      public static int HTTP_SERVLET_REQUEST_QUERY_CONTRIBUTOR_ORDER
    • DEFAULT_SOLR_FACET_QUERY_CONTRIBUTOR_ORDER

      public static int DEFAULT_SOLR_FACET_QUERY_CONTRIBUTOR_ORDER
    • DEFAULT_SOLR_FILTER_QUERY_CONTRIBUTOR_ORDER

      public static int DEFAULT_SOLR_FILTER_QUERY_CONTRIBUTOR_ORDER
    • DEFAULT_SOLR_SORT_QUERY_CONTRIBUTOR_ORDER

      public static int DEFAULT_SOLR_SORT_QUERY_CONTRIBUTOR_ORDER
    • CATEGORY_PRODUCT_SORT_QUERY_CONTRIBUTOR_ORDER

      public static int CATEGORY_PRODUCT_SORT_QUERY_CONTRIBUTOR_ORDER
    • RSQL_SOLR_QUERY_CONTRIBUTOR_ORDER

      public static int RSQL_SOLR_QUERY_CONTRIBUTOR_ORDER
  • Constructor Details

    • DefaultQueryContributorOrder

      public DefaultQueryContributorOrder()