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

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

Commit 5c65d124603b591322bdb0de92db67ed57604226 in lucene-solr's branch 
refs/heads/branch_8x from Christine Poerschke
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5c65d12 ]

SOLR-13511: Add SearchHandler.newResponseBuilder method to facilitate custom 
plugins' maintenance of per-request state in a custom ResponseBuilder. (Ramsey 
Haddad, Christine Poerschke)


> For SearchHandler, expose "new ResponseBuilder()" to allow override
> -------------------------------------------------------------------
>
>                 Key: SOLR-13511
>                 URL: https://issues.apache.org/jira/browse/SOLR-13511
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>            Reporter: Ramsey Haddad
>            Assignee: Christine Poerschke
>            Priority: Trivial
>              Labels: easyfix
>         Attachments: SOLR-13511.patch, SOLR-13511.patch, SOLR-13511.patch
>
>
> This change is all we want upstream. To use this from our plugins, we intend:
> Extend ResponseBuilder to have additional state (and we think others might 
> want to as well).
> Use an extended SearchHandler that simply creates our ResponseBuilder instead 
> of the standard one.
> We also extend QueryComponent to do our extra behavior if it sees our 
> Response builder instead of the standard one.
> We then change config to use our Search Handler for requestHandler with 
> name="/select" and our QueryComponent for searchComponent with name="query".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to