: Thanks for the reply. There are many keyword terms (<1000?) and not sure if : Solr would choke on a query string that long. Perhaps solr is not built to
Did you try it? 1000 facet.query params is not a strain for Solr -- but you may find problems with your servlet container if you try specifying them all in a GET request. if this list isn't going to change very often it sounds like a perfect use case for specifying as "appends" request params on the request handler declaration in your solrconfig.xml see the comments in solrconfig.xml for examples. -Hoss