You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2016/04/01 17:55:37 UTC

[Solr Wiki] Update of "ReleaseNote60" by NickKnize

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "ReleaseNote60" page has been changed by NickKnize:
https://wiki.apache.org/solr/ReleaseNote60?action=diff&rev1=2&rev2=3

Comment:
Clean up line formatting

  
  Solr 6.0 Release Highlights:
  
-   * Improved defaults for "Similarity" used in Solr, in order to provide better default
+   * Improved defaults for "Similarity" used in Solr, in order to provide better default experience for new users.
-     experience for new users.
  
+   * Improved "Similarity" defaults for users upgrading: DefaultSimilarityFactory has been removed, implicit default Similarity has been changed to SchemaSimilarityFactory, and SchemaSimilarityFactory has been modified to use BM25Similarity as the default for field types that do not explicitly declare a Similarity.
-   * Improved "Similarity" defaults for users upgrading: DefaultSimilarityFactory has been 
-     removed, implicit default Similarity has been changed to SchemaSimilarityFactory, and 
-     SchemaSimilarityFactory has been modified to use BM25Similarity as the default for 
-     field types that do not explicitly declare a Similarity.
  
-   * Deprecated GET methods for schema are now accessible through the bulk API. The output
+   * Deprecated GET methods for schema are now accessible through the bulk API. The output has less details and is not backward compatible.
-     has less details and is not backward compatible.
  
+   * Users should set useDocValuesAsStored="false" to preserve sort order on multi-valued fields that have both stored="true" and docValues="true". 
-   * Users should set useDocValuesAsStored="false" to preserve sort order on multi-valued
-     fields that have both stored="true" and docValues="true". 
  
+   * Formatted date-times are more consistent with ISO-8601. BC dates are now better supported since they are now formatted with a leading '-'. AD years after 9999 have a leading '+'. Parse exceptions have been improved.
-   * Formatted date-times are more consistent with ISO-8601. BC dates are now better
-     supported since they are now formatted with a leading '-'. AD years after 9999 have a 
-     leading '+'. Parse exceptions have been improved.
  
    * Deprecated SolrServer and subclasses have been removed, use SolrClient instead.
  
-   * The deprecated <nrtMode> configuration in solrconfig.xml has been removed.
+   * The deprecated <nrtMode> configuration in solrconfig.xml has been removed. Users must remove it from solrconfig.xml.
-     Users must remove it from solrconfig.xml.
  
    * SolrClient.shutdown() has been removed, use SolrClient.close() instead.
  
+   * The deprecated zkCredientialsProvider element in solrcloud section of solr.xml is now removed. Use the correct spelling (zkCredentialsProvider) instead.
-   * The deprecated zkCredientialsProvider element in solrcloud section of solr.xml
-     is now removed. Use the correct spelling (zkCredentialsProvider) instead.
  
  
  Further details of changes are available in the change log available at: