SOLR-10527: move CHANGES entry to 6.5.1 section

This commit is contained in:
Steve Rowe 2017-04-19 20:10:11 -04:00
parent 8b27b82bab
commit ffe61ff2ad
1 changed files with 3 additions and 3 deletions

View File

@ -213,9 +213,6 @@ Bug Fixes
* SOLR-10047: Mismatched Docvalues segments cause exception in Sorting/Faceting. Solr now uninverts per segment
to avoid such exceptions. (Keith Laban via shalin)
* SOLR-10527: edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
(Steve Rowe)
* SOLR-10472: Fixed uninversion (aka: FieldCache) bugs with the numeric PointField classes, and CurrencyField (hossman)
* SOLR-5127: Multiple highlight fields and wildcards are now supported e.g. hl.fl=title,text_*
@ -302,6 +299,9 @@ Bug Fixes
* SOLR-10439: The new 'large' attribute had been forgotten in /schema/fields?showDefaults=true
* SOLR-10527: edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
(Steve Rowe)
================== 6.5.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.