Class SolrConstants
- java.lang.Object
-
- com.broadleafcommerce.search.provider.solr.util.SolrConstants
-
public class SolrConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_QUERYstatic StringDEFTYPEstatic StringEDISMAX_PARSERstatic StringEXCLUSIONstatic StringFIELD_LISTParameter that represents the field list that should be returned from a query.static intPRODUCTION_TRACKING_LEVELstatic StringQUERY_FIELDSParameter that represents Solr query fields.static StringSPELLCHECKstatic StringTAG
-
-
-
Field Detail
-
DEFAULT_QUERY
public static final String DEFAULT_QUERY
- See Also:
- Constant Field Values
-
EDISMAX_PARSER
public static final String EDISMAX_PARSER
- See Also:
- Constant Field Values
-
TAG
public static final String TAG
- See Also:
- Constant Field Values
-
EXCLUSION
public static final String EXCLUSION
- See Also:
- Constant Field Values
-
SPELLCHECK
public static final String SPELLCHECK
- See Also:
- Constant Field Values
-
DEFTYPE
public static final String DEFTYPE
- See Also:
- Constant Field Values
-
PRODUCTION_TRACKING_LEVEL
public static final int PRODUCTION_TRACKING_LEVEL
- See Also:
- Constant Field Values
-
QUERY_FIELDS
public static final String QUERY_FIELDS
Parameter that represents Solr query fields.- See Also:
- Constant Field Values
-
FIELD_LIST
public static final String FIELD_LIST
Parameter that represents the field list that should be returned from a query.- See Also:
- Constant Field Values
-
-