What would be a good place to read the custom solr params I passed from the client to solr ? I saw that all the params passed to solr is available in rb.req.
I have a business requirement to collapse or combine some properties together based on some conditions. Currently I have a custom component (added it as the first component in solrconfig), which reads the custom params from rb.req.getParams() and remove it from req and put it into context. I feel that probably custom component is not the best place and there could be a better place to do it. Does anyone have any suggestions ? -- View this message in context: http://lucene.472066.n3.nabble.com/pass-custom-parameters-from-client-to-solr-tp3987511p3988066.html Sent from the Solr - User mailing list archive at Nabble.com.