diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a069fa1a433..c5813a2547f 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -551,6 +551,8 @@ Other Changes * SOLR-11037: Refactor to provide NodeConfig.getSolrDataHome internal API. (ab, janhoy, shalin) +* SOLR-11119: Switch from Trie to Points field types in the .system collection schema. (Steve Rowe) + ================== 6.7.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. diff --git a/solr/core/src/resources/SystemCollectionSchema.xml b/solr/core/src/resources/SystemCollectionSchema.xml index d491480ecf6..0c33022cc28 100644 --- a/solr/core/src/resources/SystemCollectionSchema.xml +++ b/solr/core/src/resources/SystemCollectionSchema.xml @@ -1,9 +1,9 @@ - + - +