Hi, When I initially fire a query against my Solr instance using SOLRJ I pass only, say q=*:*&fq=(myfield:vaue1).
I have written a custom RequestHandler, which is what I call in my SolrJ query. Inside this custom request handler can I add more query params like say the facets etc.. so that ultimately facets are also received back in my results which were initially not specified when I invoked the Solr url using SolrJ. In short, instead of constructing the query dynamically initially in SolrJ I want to add the extra query params, adding a jar in Solr (a java code that will check certain conditions and dynamically add the query params after the initial SolrJ query is done). That is why I thought of a custom RH which would help we write a java class and deploy in Solr. Is this possible. Could some one get back please. Thanks! Mark.