[
https://issues.apache.org/jira/browse/SOLR-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shalin Shekhar Mangar resolved SOLR-7532.
-----------------------------------------
Resolution: Fixed
Thanks Marius!
I found and removed one more instance of this property in the file:
lucene/dev/trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-plugcollector.xml
> Nuke all traces of commitIntervalLowerBound from configs
> --------------------------------------------------------
>
> Key: SOLR-7532
> URL: https://issues.apache.org/jira/browse/SOLR-7532
> Project: Solr
> Issue Type: Task
> Reporter: Shalin Shekhar Mangar
> Assignee: Shalin Shekhar Mangar
> Priority: Trivial
> Fix For: Trunk, 5.2
>
> Attachments:
> SOLR-7532_Removed_occurences_of__commitIntervalLowerBound__configuration_parameter.patch
>
>
> I noticed this first via the Config API which shows a config element called
> "commitIntervalLowerBound" under the updateHandler section. A quick search of
> this property shows it that it is not used anywhere. In fact, some of the old
> solrconfig.xml used by tests and the extraction contrib had the following to
> say about this property:
> {code}
> <!-- represents a lower bound on the frequency that commits may
> occur (in seconds). NOTE: not yet implemented
>
> <commitIntervalLowerBound>0</commitIntervalLowerBound>
> -->
> {code}
> This is clearly not used so let's remove it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]