[
https://issues.apache.org/jira/browse/SOLR-9569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15542889#comment-15542889
]
Alexandre Rafalovitch commented on SOLR-9569:
---------------------------------------------
bq. I don't see that (commitWithin). Can you tell me the steps to see that.
{noformat}
> bin/solr start
> bin/solr create -c test
> curl http://localhost:8983/solr/test/config |head -10 |cat -n
1 {
2 "responseHeader":{
3 "status":0,
4 "QTime":0},
5 "config":{
6 "luceneMatchVersion":"org.apache.lucene.util.Version:7.0.0",
7 "updateHandler":{
8 "indexWriter":{"closeWaitsForMerges":true},
9 "commitWithin":{"softCommit":true},
10 "autoCommit":{
{noformat}
Line 9 above is the one I refer to. Similarly, for jmx:
{noformat}
> curl http://localhost:8983/solr/test/config |grep -A 3 jmx
"jmx":{
"agentId":null,
"serviceUrl":null,
"rootName":null},
{noformat}
Both of these are _not_ defined in the solrconfig.xml.
> Moving to a unified solrconfig experience
> -----------------------------------------
>
> Key: SOLR-9569
> URL: https://issues.apache.org/jira/browse/SOLR-9569
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Noble Paul
> Assignee: Noble Paul
>
> * Any config API call will result in a collection reload. We should ensure
> that only the relevant component is reloaded. This will work only for
> components specified in the configoverlay.json
> * Move most commonly used paths to ImplicitPlugins
> * move their request parameters to params.json
> * Enhance the config API to expand show the params used for each
> requesthandler inline
> Today we use the solrconfig.xml as a place to document things. As we move
> more stuff off of solrconfig.xml let's point it to a ref guide page to
> discuss about all the requesthandlers available by default and their
> configuration
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]