Shalin Shekhar Mangar created SOLR-7532:
-------------------------------------------
Summary: 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
Priority: Trivial
Fix For: Trunk, 5.2
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]