[ 
https://issues.apache.org/jira/browse/SOLR-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056191#comment-16056191
 ] 

David Smiley edited comment on SOLR-3346 at 6/20/17 6:04 PM:
-------------------------------------------------------------

[~janhoy] see SOLR-6807.  I'd love to see 6807 done for v7.0.  Then we can 
think of either ripping out handleSelect functionality out and stop there or as 
this issue suggest, replace with a similar request handler.


was (Author: dsmiley):
[~janhoy] see SOLR-6807.  I'd love to see this done as an initial step in 7.0.

> qt Dispatching Request Handler
> ------------------------------
>
>                 Key: SOLR-3346
>                 URL: https://issues.apache.org/jira/browse/SOLR-3346
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: David Smiley
>
> Instead of 'qt' being handled by the SolrDispatchFilter (a Servlet Filter), 
> it would be better implemented as a request handler, with a suggested name of 
> DispatchingRequestHandler.  This is better because:
> * it keeps the servlet filter more focused / simplified (albeit just a little)
> * it simplifies solrconfig.xml by removing/deprecating handleSelect="true".  
> 'qt' is less magic, it works more explicitly.
> * if you don't want to use 'qt' dispatch, simply don't use 
> DispatchingRequestHandler
> * DispatchingRequestHandler would get used by EmbeddedSolrServer but 
> SolrDispatchFilter is not.
> Credit: Hoss's idea, Erik coded a first draft



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to