You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alexandre Rafalovitch (Jira)" <ji...@apache.org> on 2020/09/01 21:38:00 UTC

[jira] [Created] (SOLR-14808) Config API: json output includes requestHandler "update" (as well as "/update")

Alexandre Rafalovitch created SOLR-14808:
--------------------------------------------

             Summary: 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
      Security Level: Public (Default Security Level. Issues are Public)
          Components: config-api
            Reporter: Alexandre Rafalovitch


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.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org