On 1/21/2016 8:14 PM, Michael Froh wrote: > Should the Solr release notes reference the additional fixes that went > in there? > > From your email to start the thread: > > - SOLR-8496: multi-select faceting and getDocSet(List<Query>) can > match deleted docs > - SOLR-8418: Adapt to changes in LUCENE-6590 for use of boosts with > MLTHandler and Simple/CloudMLTQParser > - SOLR-8561: Add fallback to ZkController.getLeaderProps for a mixed > 5.4-pre-5.4 deployments >
The release notes have *not* historically mentioned the specific issue numbers that are fixed. This is what CHANGES.txt is for. It can be problematic to have two places for the same information, as the two locations can get out of sync. If this happens, then one of them would be incorrect ... which would be a serious documentation problem. The release notes for 5.4.1 do mention CHANGES.txt, and also have a link to an HTML version of the changes file. The primary bugfix that led to the release is described in the release notes, but is not named by issue number. You can read CHANGES.txt for more detailed information. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
