On 11/12/13 5:20 PM, Shawn Heisey wrote: > Ensure that all handler names start with a slash character, so they are > things like "/query", "/select", and so on. Make sure that handleSelect > is set to false on your requestDispatcher config. This is how Solr 4.x > examples are set up already. > > With that config, the "qt" parameter will not function and will be > ignored -- you must use the request handler path as part of the URL -- > /solr/corename/handler.
Great thanks, I already had it this way but I wasn't aware of these fine details, very helpful. Christian