Ramsey Haddad created SOLR-13511:
------------------------------------

             Summary: 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
      Security Level: Public (Default Security Level. Issues are Public)
          Components: search
            Reporter: Ramsey Haddad


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