[
https://issues.apache.org/jira/browse/SOLR-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545252#comment-14545252
]
ASF subversion and git services commented on SOLR-7532:
-------------------------------------------------------
Commit 1679525 from [email protected] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1679525 ]
SOLR-7532: Removed occurrences of the unused 'commitIntervalLowerBound'
property for updateHandler elements from Solr configuration
> 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]