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

ASF subversion and git services commented on SOLR-7531:
-------------------------------------------------------

Commit 1681104 from [~noble.paul] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1681104 ]

SOLR-7531: updateHandler.autoCommit.openSearcher returned in the wrong hierarchy

> Config API is merging certain key names together
> ------------------------------------------------
>
>                 Key: SOLR-7531
>                 URL: https://issues.apache.org/jira/browse/SOLR-7531
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 5.0, 5.1
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Noble Paul
>             Fix For: Trunk, 5.2
>
>
> Starting from a new Solr 5.0 install
> {code}
> ./bin/solr start -e schemaless
> curl 'http://localhost:8983/solr/gettingstarted/config' > config.json
> {code}
> Open config.json and note that there is a key called "autoCommmitMaxDocs" 
> under the updateHandler section.
> {code}
> curl 'http://localhost:8983/solr/gettingstarted/config' -H 
> 'Content-type:application/json' -d '{"set-property" : 
> {"updateHandler.autoCommit.maxDocs" : 5000}}'
> curl 'http://localhost:8983/solr/gettingstarted/config' > config.json
> {code}
> Open config.json and note that both the value of updateHandler > autoCommit > 
> maxDocs and updateHandler > autoCommitMaxDocs is now set to 5000



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to