Class SolrConstants
java.lang.Object
com.broadleafcommerce.search.provider.solr.util.SolrConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringParameter that represents multiplicative Solr boosting function.static final StringParameter that represents the Solr term conditional function.static final Stringstatic final Stringstatic final StringParameter that represents the Solr function that applies the division arithmetic operation.static final Stringstatic final Stringstatic final StringParameter that represents the field list that should be returned from a query.static final StringParameter that represents the Solr logarithmic function of base 10.static final StringParameter that represents the Solr max function.static final StringParameter that represents the Solr lexographic ordering function.static final StringParameter that represents the Solr product function that applies the multiplication arithmetic operation.static final intstatic final StringParameter that represents Solr query fields.static final StringParameter that represents the Solr lexographic reverse-ordering function.static final Stringstatic final StringParameter that represents the Solr summation function that applies the addition arithmetic operation.static final Stringstatic final StringParameter that represents the Solr term frequency function. -
Method Summary
-
Field Details
-
DEFAULT_QUERY
- See Also:
-
EDISMAX_PARSER
- See Also:
-
TAG
- See Also:
-
EXCLUSION
- See Also:
-
SPELLCHECK
- See Also:
-
DEFTYPE
- See Also:
-
PRODUCTION_TRACKING_LEVEL
public static final int PRODUCTION_TRACKING_LEVEL- See Also:
-
QUERY_FIELDS
Parameter that represents Solr query fields.- See Also:
-
BOOST_FUNCTION
Parameter that represents multiplicative Solr boosting function.- See Also:
-
FIELD_LIST
Parameter that represents the field list that should be returned from a query.- See Also:
-
MAX_FUNCTION
Parameter that represents the Solr max function.- See Also:
-
LOG_FUNCTION
Parameter that represents the Solr logarithmic function of base 10.- See Also:
-
SUM_FUNCTION
Parameter that represents the Solr summation function that applies the addition arithmetic operation.- See Also:
-
PRODUCT_FUNCTION
Parameter that represents the Solr product function that applies the multiplication arithmetic operation.- See Also:
-
DIVISION_FUNCTION
Parameter that represents the Solr function that applies the division arithmetic operation.- See Also:
-
ORDER_FUNCTION
Parameter that represents the Solr lexographic ordering function.- See Also:
-
REVERSE_ORDER_FUNCTION
Parameter that represents the Solr lexographic reverse-ordering function.- See Also:
-
TERM_FREQUENCY_FUNCTION
Parameter that represents the Solr term frequency function.- See Also:
-
CONDITIONAL_FUNCTION
Parameter that represents the Solr term conditional function.- See Also:
-