[ 
https://issues.apache.org/jira/browse/SOLR-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley resolved SOLR-3346.
--------------------------------
    Resolution: Abandoned

> 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
>            Priority: Major
>
> 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
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to