Hi, When reading the Request Rate Limiters documentation, there are two things not clear to me. https://solr.apache.org/guide/solr/latest/deployment-guide/rate-limiters.html
This documentation uses the term "Slot" which is a key concept here to understand how rate limits work and how to configure these limits. What is a slot ? The documentation also explains that limits apply only to requests that specify header "Solr-Request-Type: QUERY". Who is in charge of setting this header and how if we use either SolrJ or HTTP request to search API ? Thank you. Dominique