[
https://issues.apache.org/jira/browse/SOLR-18095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated SOLR-18095:
----------------------------------
Labels: pull-request-available (was: )
> Allow users to remap writertypes and request handlers to No Operation verion
> ----------------------------------------------------------------------------
>
> Key: SOLR-18095
> URL: https://issues.apache.org/jira/browse/SOLR-18095
> Project: Solr
> Issue Type: Improvement
> Reporter: Eric Pugh
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In older versions of Solr there was a NoOpResponseWriter that could be used
> to disable a writer type. This was removed.
> This PR proposes to introduce a new NoOpResponseWriter and NoOpRequestHandler
> to let a user disable specific writer types and request handlers. The
> NoOpRequestHandler would return a 403 FORBIDDEN. The NoOpResponseWriter
> will either return a message in plain text or maybe return an exception?
>
> This would fit the existing pattern of folks customizing a core/collection
> level by modifying solrconfig.xml.
> This would be a minimal change to Solr, so could be backported as well.
>
> See SOLR-18079 for a related idea.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]