Class BroadleafSolrProperties.QueryProperties
- java.lang.Object
-
- com.broadleafcommerce.search.provider.solr.autoconfigure.BroadleafSolrProperties.QueryProperties
-
- Enclosing class:
- BroadleafSolrProperties
public static class BroadleafSolrProperties.QueryProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)org.apache.solr.client.solrj.SolrRequest.METHODgetMethod()Default method for making query requests to Solr.inthashCode()voidsetMethod(org.apache.solr.client.solrj.SolrRequest.METHOD method)Default method for making query requests to Solr.StringtoString()
-
-
-
Method Detail
-
getMethod
public org.apache.solr.client.solrj.SolrRequest.METHOD getMethod()
Default method for making query requests to Solr. Queries can get rather large when faceting and other parameters start kicking in. We'll use a POST method as default here.- Returns:
- Default method for making query requests to Solr
-
setMethod
public void setMethod(org.apache.solr.client.solrj.SolrRequest.METHOD method)
Default method for making query requests to Solr. Queries can get rather large when faceting and other parameters start kicking in. We'll use a POST method as default here.- Parameters:
method- Default method for making query requests to Solr
-
canEqual
protected boolean canEqual(Object other)
-
-