java.lang.Object
com.broadleafcommerce.search.provider.solr.util.SolrConstants

public class SolrConstants extends Object
  • Field Details

    • DEFAULT_QUERY

      public static final String DEFAULT_QUERY
      See Also:
    • EDISMAX_PARSER

      public static final String EDISMAX_PARSER
      See Also:
    • TAG

      public static final String TAG
      See Also:
    • EXCLUSION

      public static final String EXCLUSION
      See Also:
    • SPELLCHECK

      public static final String SPELLCHECK
      See Also:
    • DEFTYPE

      public static final String DEFTYPE
      See Also:
    • PRODUCTION_TRACKING_LEVEL

      public static final int PRODUCTION_TRACKING_LEVEL
      See Also:
    • QUERY_FIELDS

      public static final String QUERY_FIELDS
      Parameter that represents Solr query fields.
      See Also:
    • BOOST_FUNCTION

      public static final String BOOST_FUNCTION
      Parameter that represents multiplicative Solr boosting function.
      See Also:
    • FIELD_LIST

      public static final String FIELD_LIST
      Parameter that represents the field list that should be returned from a query.
      See Also:
    • MAX_FUNCTION

      public static final String MAX_FUNCTION
      Parameter that represents the Solr max function.
      See Also:
    • LOG_FUNCTION

      public static final String LOG_FUNCTION
      Parameter that represents the Solr logarithmic function of base 10.
      See Also:
    • SUM_FUNCTION

      public static final String SUM_FUNCTION
      Parameter that represents the Solr summation function that applies the addition arithmetic operation.
      See Also:
    • PRODUCT_FUNCTION

      public static final String PRODUCT_FUNCTION
      Parameter that represents the Solr product function that applies the multiplication arithmetic operation.
      See Also:
    • DIVISION_FUNCTION

      public static final String DIVISION_FUNCTION
      Parameter that represents the Solr function that applies the division arithmetic operation.
      See Also:
    • ORDER_FUNCTION

      public static final String ORDER_FUNCTION
      Parameter that represents the Solr lexographic ordering function.
      See Also:
    • REVERSE_ORDER_FUNCTION

      public static final String REVERSE_ORDER_FUNCTION
      Parameter that represents the Solr lexographic reverse-ordering function.
      See Also:
    • TERM_FREQUENCY_FUNCTION

      public static final String TERM_FREQUENCY_FUNCTION
      Parameter that represents the Solr term frequency function.
      See Also:
    • CONDITIONAL_FUNCTION

      public static final String CONDITIONAL_FUNCTION
      Parameter that represents the Solr term conditional function.
      See Also: