Class QueryRateLimiter


  • public class QueryRateLimiter
    extends RequestRateLimiter
    Implementation of RequestRateLimiter specific to query request types. Most of the actual work is delegated to the parent class but specific configurations and parsing are handled by this class.
    • Constructor Detail

      • QueryRateLimiter

        public QueryRateLimiter​(org.apache.solr.common.cloud.SolrZkClient solrZkClient)