On 1/16/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:

....  interface SolrRequestParser {
     SolrRequest process( HttpServletRequest req );
  }

(the trick being that the servlet would need to parse the "st" info out
of the URL (either from the path or from the QueryString) directly without
using any of the HttpServletRequest.getParameter*() methods...

I haven't followed all of the discussion, but wouldn't it be easier to
use the request path, instead of parameters, to select these
RequestParsers?

i.e. solr/update/pdf-parser, solr/update/hssf-parser,
solr/update/my-custom-parser, etc.

-Bertrand

Reply via email to