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

Christine Poerschke resolved SOLR-13511.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 8.2
                   master (9.0)

> 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
>             Fix For: master (9.0), 8.2
>
>         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