The fact is that Solr 10.0 has been in the making for years literaly, and a change log entry represents the state of the system at commit time. So the name has changed betwen the commit and the release. This is a downside of infrequent releases - we accumulate changes that may be invalidated by later changes in the same release branch. You can also see this wrt dependency upgrades, there may be a changelog reporting a certain version of lucene, and a later log within the same release bumping it to an even newer version.
Jan > 24. mars 2026 kl. 10:45 skrev Torsten Krah <[email protected]>: > > Am Dienstag, dem 24.03.2026 um 10:37 +0100 schrieb Jan Høydahl: >> If you believe there is a documentation bug somewhere, feel free to >> submit a PR. > > Hm don't know, I've read the: > > CHANGELOG.md > > file from the solr-10.0.0 folder of the solr-10.0.0.tgz and there is > no: > > SOLR_LOGS_REQUESTLOG_ENABLED > > but a: > > SOLR_REQUESTLOG_ENABLED > > written there. > > I guess those aren't in sync (anymore) - don't know whats best here - > fix the CHANGELOG.md or get rid of that file and just point to the docs > - don't know ;) > > But thanks for the hint. > > kind regards > > Torsten >
