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/08/30 03:37:00 UTC

[jira] [Created] (SOLR-14797) Config API: updateHandler output does not pick up class

Alexandre Rafalovitch created SOLR-14797:
--------------------------------------------

             Summary: Config API: updateHandler output does not pick up class
                 Key: SOLR-14797
                 URL: https://issues.apache.org/jira/browse/SOLR-14797
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: config-api
            Reporter: Alexandre Rafalovitch


{code:json}
    "updateHandler":{
      "indexWriter":{"closeWaitsForMerges":true},
      "commitWithin":{"softCommit":true},
      "autoCommit":{
        "maxDocs":-1,
        "maxTime":15000,
        "openSearcher":false},
      "autoSoftCommit":{
        "maxDocs":-1,
        "maxTime":-1}},
{code}
It is missing equivalence of:
{code}
   class="solr.DirectUpdateHandler2">
{code}



--
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