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

David Eric Pugh commented on SOLR-14808:
----------------------------------------

Can you describe a bit more how you ran your command?   In reading through 
https://solr.apache.org/guide/8_11/request-parameters-api.html#implicit-requesthandlers-with-the-request-parameters-api
 and then 
https://solr.apache.org/guide/8_11/implicit-requesthandlers.html#how-to-view-implicit-handler-paramsets
 this is what you would expect...  

> Config API: json output includes requestHandler "update" (as well as 
> "/update")
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-14808
>                 URL: https://issues.apache.org/jira/browse/SOLR-14808
>             Project: Solr
>          Issue Type: Sub-task
>          Components: config-api
>            Reporter: Alexandre Rafalovitch
>            Priority: Major
>
> Among all the default request handlers, the API outputs:
> {code:json}
>       "/update":{
>         "useParams":"_UPDATE",
>         "class":"solr.UpdateRequestHandler",
>         "name":"/update"},
> {code}
> But also:
> {code:json}
>       "update":{
>         "class":"solr.UpdateRequestHandlerApi",
>         "useParams":"_UPDATE_JSON_DOCS",
>         "name":"update"},
> {code}
> What is this second requestHandler? How do you access it without leading 
> slash? And why does it use _UPDATE_JSON_DOCS useParams?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to