Class BroadleafSolrProperties.QueryProperties
java.lang.Object
com.broadleafcommerce.search.provider.solr.autoconfigure.BroadleafSolrProperties.QueryProperties
- Enclosing class:
- BroadleafSolrProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
org.apache.solr.client.solrj.SolrRequest.METHOD
Default method for making query requests to Solr.int
hashCode()
void
setMethod
(org.apache.solr.client.solrj.SolrRequest.METHOD method) Default method for making query requests to Solr.toString()
-
Constructor Details
-
QueryProperties
public QueryProperties()
-
-
Method Details
-
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
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-