Make response writers available at a core level, not just within a core
-----------------------------------------------------------------------

                 Key: SOLR-3212
                 URL: https://issues.apache.org/jira/browse/SOLR-3212
             Project: Solr
          Issue Type: Improvement
            Reporter: Erik Hatcher
            Priority: Minor
             Fix For: 4.0


There's a hack that allows multicore handlers (like the CoreAdminHandler) to 
use a default built-in list (SolrCore.DEFAULT_RESPONSE_WRITERS) of response 
writers, but it makes it impossible to use a custom response writer.  Only 
individual core requests can use custom response writers.

Somehow response writers should be allowed to be registered above cores.  
(maybe a bigger topic in making other capabilities of Solr available across 
cores rather than core-specific?   Or maybe just specific to response writers?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to