HoustonPutman commented on code in PR #2017: URL: https://github.com/apache/solr/pull/2017#discussion_r1364292460
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc: ########## @@ -68,6 +68,18 @@ In Solr 8, it was possible to add docValues to a schema without re-indexing via Due to changes in Lucene 9, that isn't possible any more. == Solr 9.5 + +=== SchemaVersion upgraded to 1.7 +Starting with Solr 9.5, the default schemaVersion is 1.7. +With the new schema version, all fields and fieldTypes that support docValues (StrField, *PointField, BoolField, etc.) +will have docValues enabled by default. + +In order to upgrade from schemaVersion 1.6 to 1.7, a re-index of all data will generally be required. Review Comment: Good catch, we should definitely mention that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org