On May 9, 2006, at 12:43 PM, Erik Hatcher wrote:
On May 9, 2006, at 12:39 PM, Mike Baranczak wrote:
On May 9, 2006, at 11:11 AM, Erik Hatcher wrote:
Right, I implemented this (patch pasted below)
Which file is this patch for?
StandardRequestHandler - and the patch may not apply with "patch"
since it was pasted into e-mail and the output I gave was actually
a diff between StandardRequestHandler and my custom request
handler, and I manually stripped out the custom class name
difference in the e-mail. But, the code is just additions, so can
be pasted right in and cleaned up. Remember to register a custom
request handler in the Solr configuration.
Erik
Thanks, I'll give it a go. I already have a custom RequestHandler, so
I'm halfway there.
-MB