mirror of https://github.com/apache/lucene.git
SOLR-6560: Purge termIndexInterval from example/test configs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1643381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d72e3dfb0f
commit
95e75230e4
|
@ -110,6 +110,12 @@ Upgrading from Solr 4.x
|
||||||
* SolrCore.reload(ConfigSet coreConfig, SolrCore prev) was deprecated in 4.10.3 and
|
* SolrCore.reload(ConfigSet coreConfig, SolrCore prev) was deprecated in 4.10.3 and
|
||||||
removed in 5.0. use SolrCore.reload(ConfigSet coreConfig). See SOLR-5864.
|
removed in 5.0. use SolrCore.reload(ConfigSet coreConfig). See SOLR-5864.
|
||||||
|
|
||||||
|
* The "termIndexInterval" option in solrconfig.xml has been a No-Op in the default codec
|
||||||
|
since Solr 4.0, and has been removed completely in 5.0. If you get an "Illegal parameter
|
||||||
|
'termIndexInterval'" error when upgrading, you can safely remove this option from your
|
||||||
|
configs. If you have a strong need to configure this, you must explicitly configure your
|
||||||
|
schema with a custom codec. See SOLR-6560 and for more details.
|
||||||
|
|
||||||
Detailed Change List
|
Detailed Change List
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -455,6 +461,9 @@ Other Changes
|
||||||
* SOLR-6752: Buffer Cache allocate/lost metrics should be exposed.
|
* SOLR-6752: Buffer Cache allocate/lost metrics should be exposed.
|
||||||
(Mike Drob via Mark Miller)
|
(Mike Drob via Mark Miller)
|
||||||
|
|
||||||
|
* SOLR-6560: Purge termIndexInterval from example/test configs
|
||||||
|
(Tom Burton-West, hossman)
|
||||||
|
|
||||||
================== 4.10.3 ==================
|
================== 4.10.3 ==================
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
|
@ -233,11 +233,6 @@
|
||||||
<unlockOnStartup>false</unlockOnStartup>
|
<unlockOnStartup>false</unlockOnStartup>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Expert: Controls how often Lucene loads terms into memory
|
|
||||||
Default is 128 and is likely good for most everyone.
|
|
||||||
-->
|
|
||||||
<!-- <termIndexInterval>128</termIndexInterval> -->
|
|
||||||
|
|
||||||
<!-- If true, IndexReaders will be reopened (often more efficient)
|
<!-- If true, IndexReaders will be reopened (often more efficient)
|
||||||
instead of closed and then opened. Default: true
|
instead of closed and then opened. Default: true
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -248,11 +248,6 @@
|
||||||
<!--
|
<!--
|
||||||
<unlockOnStartup>false</unlockOnStartup>
|
<unlockOnStartup>false</unlockOnStartup>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Expert: Controls how often Lucene loads terms into memory
|
|
||||||
Default is 128 and is likely good for most everyone.
|
|
||||||
-->
|
|
||||||
<!-- <termIndexInterval>128</termIndexInterval> -->
|
|
||||||
|
|
||||||
<!-- If true, IndexReaders will be reopened (often more efficient)
|
<!-- If true, IndexReaders will be reopened (often more efficient)
|
||||||
instead of closed and then opened. Default: true
|
instead of closed and then opened. Default: true
|
||||||
|
|
|
@ -251,11 +251,6 @@
|
||||||
<unlockOnStartup>false</unlockOnStartup>
|
<unlockOnStartup>false</unlockOnStartup>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Expert: Controls how often Lucene loads terms into memory
|
|
||||||
Default is 128 and is likely good for most everyone.
|
|
||||||
-->
|
|
||||||
<!-- <termIndexInterval>128</termIndexInterval> -->
|
|
||||||
|
|
||||||
<!-- If true, IndexReaders will be reopened (often more efficient)
|
<!-- If true, IndexReaders will be reopened (often more efficient)
|
||||||
instead of closed and then opened. Default: true
|
instead of closed and then opened. Default: true
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -232,11 +232,6 @@
|
||||||
<!--
|
<!--
|
||||||
<unlockOnStartup>false</unlockOnStartup>
|
<unlockOnStartup>false</unlockOnStartup>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Expert: Controls how often Lucene loads terms into memory
|
|
||||||
Default is 128 and is likely good for most everyone.
|
|
||||||
-->
|
|
||||||
<!-- <termIndexInterval>128</termIndexInterval> -->
|
|
||||||
|
|
||||||
<!-- If true, IndexReaders will be reopened (often more efficient)
|
<!-- If true, IndexReaders will be reopened (often more efficient)
|
||||||
instead of closed and then opened. Default: true
|
instead of closed and then opened. Default: true
|
||||||
|
|
|
@ -252,11 +252,6 @@
|
||||||
<unlockOnStartup>false</unlockOnStartup>
|
<unlockOnStartup>false</unlockOnStartup>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Expert: Controls how often Lucene loads terms into memory
|
|
||||||
Default is 128 and is likely good for most everyone.
|
|
||||||
-->
|
|
||||||
<!-- <termIndexInterval>128</termIndexInterval> -->
|
|
||||||
|
|
||||||
<!-- If true, IndexReaders will be reopened (often more efficient)
|
<!-- If true, IndexReaders will be reopened (often more efficient)
|
||||||
instead of closed and then opened. Default: true
|
instead of closed and then opened. Default: true
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue