Class BroadleafSolrProperties.QueryProperties

    • Constructor Detail

      • QueryProperties

        public QueryProperties()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object