Class DefaultQueryContributorOrder
java.lang.Object
com.broadleafcommerce.search.provider.solr.DefaultQueryContributorOrder
just a holder for constants for the order of the query contributors
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic intstatic intstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
-
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()
-