Thanks for fixing up the 4.7.1 sections, Mark. - Steve On Mar 17, 2014, at 7:41 PM, [email protected] wrote:
> Author: markrmiller > Date: Mon Mar 17 23:41:55 2014 > New Revision: 1578666 > > URL: http://svn.apache.org/r1578666 > Log: > update CHANGES with 4.7.1 entries > > Modified: > lucene/dev/branches/branch_4x/ (props changed) > lucene/dev/branches/branch_4x/solr/ (props changed) > lucene/dev/branches/branch_4x/solr/CHANGES.txt (contents, props changed) > > Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt > URL: > http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1578666&r1=1578665&r2=1578666&view=diff > ============================================================================== > --- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original) > +++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Mon Mar 17 23:41:55 2014 > @@ -81,9 +81,6 @@ New Features > Bug Fixes > ---------------------- > > -* SOLR-5647: The lib paths in example-schemaless will now load correctly. > - (Paul Westin via Shawn Heisey) > - > * SOLR-5423: CSV output doesn't include function field > (Arun Kumar, hossman, Steve Rowe) > > @@ -118,27 +115,15 @@ Bug Fixes > * SOLR-5839: ZookeeperInfoServlet does not trim path properly. > (Furkan KAMACI via Mark Miller) > > -* SOLR-5800: Admin UI - Analysis form doesn't render results correctly when a > - CharFilter is used. (steffkes) > - > * SOLR-5861: Recovery should not set onlyIfLeaderActive=true for slice in > 'recovery' > state. (shalin) > > -* SOLR-5867: OverseerCollectionProcessor isn't properly generating https > urls in some > - cases. (Steve Davids via shalin) > - > * SOLR-5866: UpdateShardHandler needs to use the system default scheme > registry to > properly handle https via javax.net.ssl.* properties. (Steve Davids via > shalin) > > * SOLR-5550: shards.info is not returned by a short circuited distributed > query. > (Timothy Potter, shalin) > > -* SOLR-5875: QueryComponent.mergeIds() unmarshals all docs' sort field > values once > - per doc instead of once per shard. > - (Alexey Serba, hoss, Martin de Vries via Steve Rowe) > - > -* SOLR-5870: Admin UI - Reload on Core Admin doesn't show errors (steffkes) > - > Optimizations > ---------------------- > * SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY > @@ -196,6 +181,40 @@ Other Changes > * SOLR-5838: Relative SolrHome Path Bug At AbstractFullDistribZkTestBase. > (Furkan KAMACI via shalin) > > +================== 4.7.1 ================== > + > +Versions of Major Components > +--------------------- > +Apache Tika 1.4 > +Carrot2 3.8.0 > +Velocity 1.7 and Velocity Tools 2.0 > +Apache UIMA 2.3.1 > +Apache ZooKeeper 3.4.5 > + > +Detailed Change List > +---------------------- > + > +Bug Fixes > +---------------------- > + > +* SOLR-5647: The lib paths in example-schemaless will now load correctly. > + (Paul Westin via Shawn Heisey) > + > +* SOLR-5770: All attempts to match a SolrCore with it's state in > clusterstate.json > + should be done with the CoreNodeName. (Steve Davids via Mark Miller) > + > +* SOLR-5875: QueryComponent.mergeIds() unmarshals all docs' sort field > values once > + per doc instead of once per shard. > + (Alexey Serba, hoss, Martin de Vries via Steve Rowe) > + > +* SOLR-5800: Admin UI - Analysis form doesn't render results correctly when a > + CharFilter is used. (steffkes) > + > +* SOLR-5870: Admin UI - Reload on Core Admin doesn't show errors (steffkes) > + > +* SOLR-5867: OverseerCollectionProcessor isn't properly generating https > urls in some > + cases. (Steve Davids via shalin) > + > ================== 4.7.0 ================== > > Versions of Major Components > @@ -485,9 +504,6 @@ Bug Fixes > * SOLR-5448: ShowFileRequestHandler treats everything as Directory, when in > Cloud-Mode. (Erick Erickson, steffkes) > > -* SOLR-5770: All attempts to match a SolrCore with it's state in > clusterstate.json > - should be done with the CoreNodeName. (Steve Davids via Mark Miller) > - > Optimizations > ---------------------- > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
