You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by nk...@apache.org on 2016/04/08 19:45:19 UTC

svn commit: r1738270 - in /lucene/cms/trunk: content/ content/core/ content/solr/ templates/

Author: nknize
Date: Fri Apr  8 17:45:18 2016
New Revision: 1738270

URL: http://svn.apache.org/viewvc?rev=1738270&view=rev
Log:
Lucene/Solr 6.0.0 release

Modified:
    lucene/cms/trunk/content/.htaccess
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/content/core/quickstart.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/latestversion.mdtext
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/content/solr/resources.mdtext
    lucene/cms/trunk/templates/corenav.mdtext

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Fri Apr  8 17:45:18 2016
@@ -35,9 +35,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/5_5_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/5_5_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/5_5_0/$1
+RedirectMatch temp /core/api/(.*) /core/6_0_0/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_0_0/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_0_0/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Fri Apr  8 17:45:18 2016
@@ -1,5 +1,29 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 8 April 2016 - Apache Lucene 6.0.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.0.0.
+
+The release can be downloaded from <http://lucene.apache.org/core/mirrors-core-latest-redir.html>
+
+Release Highlights:
+
+  * Java 8 is the minimum Java version required.
+
+  * Dimensional points, replacing legacy numeric fields, provides fast and space-efficient support for both single- and multi-dimension range and shape filtering.  This includes numeric (int, float, long, double), InetAddress, BigInteger and binary range filtering, as well as geo-spatial shape search over indexed 2D LatLonPoints.  See https://www.elastic.co/blog/lucene-points-6.0 for details.  Dependent classes and modules (e.g., MemoryIndex, Spatial Strategies, Join module) have been refactored to use new point types.
+
+  * Lucene classification module now works on Lucene Documents using a KNearestNeighborClassifier or SimpleNaiveBayesClassifier.
+
+  * The spatial module no longer depends on third-party libraries. Previous spatial classes have been moved to a new spatial-extras module.
+
+  * Spatial4j has been updated to a new 0.6 version hosted by locationtech.
+
+  * TermsQuery performance boost by a more aggressive default query caching policy.
+
+  * IndexSearcher's default Similarity is now changed to BM25Similarity.
+
+  * Easier method of defining custom CharTokenizer instances.
+
 ## 22 February 2016 - Apache Lucene 5.5.0 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 5.5.0

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Fri Apr  8 17:45:18 2016
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [5.5.0](./5_5_0/index.html)
+- [6.0.0](./6_0_0/index.html)

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Fri Apr  8 17:45:18 2016
@@ -6,4 +6,4 @@ in the documentation for that release.
 The most recent versions can also be found online:
 
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
-- <a href="5_5_0/demo/overview-summary.html#overview_description">Lucene 5.5.0 Demo</a>
+- <a href="6_0_0/demo/overview-summary.html#overview_description">Lucene 6.0.0 Demo</a>

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Fri Apr  8 17:45:18 2016
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [5.5.0](./5_5_0/SYSTEM_REQUIREMENTS.html)
+- [6.0.0](./6_0_0/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Fri Apr  8 17:45:18 2016
@@ -1 +1 @@
-5.5.0
+6.0.0

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Fri Apr  8 17:45:18 2016
@@ -2,6 +2,61 @@ Title: News
 
 # Solr<sup>&trade;</sup> News
 
+## 8 April 2016 - Apache Solr 6.0.0 Available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 5.5.0
+
+Solr is the popular, blazing fast, open source NoSQL search platform
+from the Apache Lucene project. Its major features include powerful
+full-text search, hit highlighting, faceted search, dynamic
+clustering, database integration, rich document (e.g., Word, PDF)
+handling, and geospatial search. Solr is highly scalable, providing
+fault tolerant distributed search and indexing, and powers the search
+and navigation features of many of the world's largest internet sites.
+
+Solr 6.0.0 is available for immediate download at:
+<http://lucene.apache.org/solr/mirrors-solr-latest-redir.html>
+
+See the [CHANGES.txt](/solr/6_0_0/changes/Changes.html)
+
+Solr 6.0 Release Highlights:
+
+  * Improved defaults for "Similarity" used in Solr, in order to provide better default 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.
+
+  * Deprecated GET methods for schema are now accessible through the bulk API. The output 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". 
+
+  * 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. 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.
+
+  * Added support for executing Parallel SQL queries across SolrCloud collections. Includes StreamExpression support and a new JDBC Driver for the SQL Interface.
+
+  * New features and capabilities added to the streaming API.
+
+  * Added support for SELECT DISTINCT queries to the SQL interface.
+
+  * New GraphQuery to enable graph traversal as a query operator.
+
+  * New support for Cross Data Center Replication consisting of active/passive replication for separate SolrClouds hosted in separate data centers.
+
+  * Filter support added to Real-time get.
+
+  * Column alias support added to the Parallel SQL Interface.
+
+  * New command added to switch between non/secure mode in zookeeper.
+
+  * Now possible to use IP fragments in replica placement rules.
+
 ## 22 February 2016 - Apache Solr 5.5.0 and Reference Guide for 5.5 Available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 5.5.0

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Fri Apr  8 17:45:18 2016
@@ -24,7 +24,7 @@ Users who have completed the tutorial ar
 In each Solr binary release artifact, you can find a copy of the Solr tutorial, a detailed list of changes, and JavaDocs for all included code.
 Copies of this documentation for the most recent release of each major branch under active development can also be found online:
 
-* [Latest Release](/solr/5_5_0/index.html)
+* [Latest Release](/solr/6_0_0/index.html)
 
 <h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>
 

Modified: lucene/cms/trunk/templates/corenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/corenav.mdtext?rev=1738270&r1=1738269&r2=1738270&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Fri Apr  8 17:45:18 2016
@@ -7,7 +7,7 @@
 
 # Release Docs
 
-- [5.5.0](./5_5_0/index.html)
+- [6.0.0](./6_0_0/index.html)
 
 # About
 - [License](http://www.apache.org/licenses/LICENSE-2.0)