Re: does solr have a mechanism for intercepting requests - before they are handed off to a request handler

2012-03-10 Thread William Bell
Why not wrap the call into a service and then call the right handler? On Fri, Mar 9, 2012 at 10:11 AM, geeky2 gee...@hotmail.com wrote: hello all, does solr have a mechanism that could intercept a request (before it is handed off to a request handler). the intent (from the business) is to

does solr have a mechanism for intercepting requests - before they are handed off to a request handler

2012-03-09 Thread geeky2
hello all, does solr have a mechanism that could intercept a request (before it is handed off to a request handler). the intent (from the business) is to send in a generic request - then pre-parse the url and send it off to a specific request handler. thank you, mark -- View this message in

Re: does solr have a mechanism for intercepting requests - before they are handed off to a request handler

2012-03-09 Thread Mikhail Khludnev
I'm doing something like that by hacking SolrRequestParsers, I tried to find more legal way but haven't found it http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3CCAF=Pa597RpLjVWZbM=0aktjhpnea4m931j0s1s4bda4qe+t...@mail.gmail.com%3E I added solrRequestParsers into solrconfig.xml