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

ASF subversion and git services commented on SOLR-7484:
-------------------------------------------------------

Commit 1677660 from [~anshumg] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1677660 ]

SOLR-7484: Refactor SolrDispatchFilter to extract all Solr specific 
implementation detail to HttpSolrCall and also extract methods from within the 
current SDF.doFilter(..) logic making things easier to manage. HttpSolrCall 
converts the processing to a 3-step process i.e. Construct, Init, and Call so 
the context of the request would be available after Init and before the actual 
call operation.(merge from trunk)

> Refactor SolrDispatchFilter.doFilter(...) method
> ------------------------------------------------
>
>                 Key: SOLR-7484
>                 URL: https://issues.apache.org/jira/browse/SOLR-7484
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>         Attachments: SOLR-7484.patch, SOLR-7484.patch, SOLR-7484.patch, 
> SOLR-7484.patch, SOLR-7484.patch, SOLR-7484.patch, SOLR-7484.patch, 
> SOLR-7484.patch
>
>
> Currently almost everything that's done in SDF.doFilter() is sequential. We 
> should refactor it to clean up the code and make things easier to manage.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to