You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2015/09/24 11:24:07 UTC

svn commit: r1705020 - in /lucene/cms/trunk/content: core/corenews.mdtext core/documentation.mdtext core/quickstart.mdtext core/systemreqs.mdtext mainnews.mdtext solr/news.mdtext solr/quickstart.mdtext

Author: noble
Date: Thu Sep 24 09:24:06 2015
New Revision: 1705020

URL: http://svn.apache.org/viewvc?rev=1705020&view=rev
Log:
added  5.3.1 release details

Modified:
    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/mainnews.mdtext
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/content/solr/quickstart.mdtext

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Thu Sep 24 09:24:06 2015
@@ -1,5 +1,20 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 24 September 2015 - Apache Lucene 5.3.1 and Apache Solr 5.3.1 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1
+
+The release can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1>
+
+### Highlights of this Lucene release include:
+
+#### Bug Fixes
+
+* Remove classloader hack in MorfologikFilter
+* UsageTrackingQueryCachingPolicy no longer caches trivial queries like MatchAllDocsQuery
+* Fixed BoostingQuery to rewrite wrapped queries. (Adrien Grand)
+
+
 ## 24 August 2015, Apache Lucene™ 5.3.0 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.0

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Thu Sep 24 09:24:06 2015
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [5.3.0](./5_3_0/index.html)
+- [5.3.1](./5_3_1/index.html)

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Thu Sep 24 09:24:06 2015
@@ -5,5 +5,5 @@ in the documentation for that release.
 
 The most recent versions can also be found online:
 
-- <a href="5_3_0/demo/overview-summary.html#overview_description">Lucene 5.3.0 Demo</a>
+- <a href="5_3_1/demo/overview-summary.html#overview_description">Lucene 5.3.1 Demo</a>
 

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Thu Sep 24 09:24:06 2015
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [5.3.0](./5_3_0/SYSTEM_REQUIREMENTS.html)
+- [5.3.1](./5_3_1/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Thu Sep 24 09:24:06 2015
@@ -1,5 +1,33 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 24 September 2015 - Apache Lucene 5.3.1 and Apache Solr 5.3.1 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.1 and Apache Solr 5.3.1
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/5.3.1>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1>
+
+### Highlights of this Lucene release include:
+#### Bug Fixes
+
+* Remove classloader hack in MorfologikFilter
+* UsageTrackingQueryCachingPolicy no longer caches trivial queries like MatchAllDocsQuery
+* Fixed BoostingQuery to rewrite wrapped queries. (Adrien Grand)
+
+### Highlights of this Solr release include:
+#### Bug Fixes
+
+* security.json is not loaded on server start
+* RuleBasedAuthorization plugin does not work for the collection-admin-edit permission
+* VelocityResponseWriter template encoding issue. Templates must be UTF-8 encoded
+* SimplePostTool (also bin/post) -filetypes "*" now works properly in 'web' mode
+* example/files update-script.js to be Java 7 and 8 compatible.
+* SolrJ could not make requests to handlers with '/admin/' prefix
+* Use of timeAllowed can cause incomplete filters to be cached and incorrect results to be returned on subsequent requests
+* VelocityResponseWriter's $resource.get(key,baseName,locale) to use specified locale.
+* Resolve XSS issue in Admin UI stats page
+
+
 ## 24 August 2015 - Apache Lucene 5.3.0 and Apache Solr 5.3.0 Available
 
 The Lucene PMC is pleased to announce the availability

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Thu Sep 24 09:24:06 2015
@@ -2,6 +2,26 @@ Title: News
 
 # Solr<sup>&trade;</sup> News
 
+## 24 September 2015 - Apache Lucene 5.3.1 and Apache Solr 5.3.1 Available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 5.3.1
+
+The release can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/5.3.1>
+
+### Highlights of this Solr release include:
+#### Bug Fixes
+
+* security.json is not loaded on server start
+* RuleBasedAuthorization plugin does not work for the collection-admin-edit permission
+* VelocityResponseWriter template encoding issue. Templates must be UTF-8 encoded
+* SimplePostTool (also bin/post) -filetypes "*" now works properly in 'web' mode
+* example/files update-script.js to be Java 7 and 8 compatible.
+* SolrJ could not make requests to handlers with '/admin/' prefix
+* Use of timeAllowed can cause incomplete filters to be cached and incorrect results to be returned on subsequent requests
+* VelocityResponseWriter's $resource.get(key,baseName,locale) to use specified locale.
+* Resolve XSS issue in Admin UI stats page
+
+
 ## 24 August 2015 - Apache Solr 5.3.0 and Reference Guide for 5.3 available
 
 Solr is the popular, blazing fast, open source NoSQL search platform

Modified: lucene/cms/trunk/content/solr/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/quickstart.mdtext?rev=1705020&r1=1705019&r2=1705020&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/solr/quickstart.mdtext Thu Sep 24 09:24:06 2015
@@ -10,7 +10,7 @@ and getting a feel for the Solr administ
 To follow along with this tutorial, you will need...
 
 1. To meet the [system requirements](/solr/api/SYSTEM_REQUIREMENTS.html)
-2. An Apache Solr release.  This tutorial was written using Apache Solr 5.3.0.
+2. An Apache Solr release.  This tutorial was written using Apache Solr 5.3.1.
 
 ## Getting Started
 
@@ -22,13 +22,13 @@ Note that the base directory name may va
 Cygwin, or MacOS:
 
     /:$ ls solr*
-    solr-5.3.0.zip
-    /:$ unzip -q solr-5.3.0.zip
-    /:$ cd solr-5.3.0/
+    solr-5.3.1.zip
+    /:$ unzip -q solr-5.3.1.zip
+    /:$ cd solr-5.3.1/
 
 To launch Solr, run: `bin/solr start -e cloud -noprompt`
 
-    /solr-5.3.0:$ bin/solr start -e cloud -noprompt
+    /solr-5.3.1:$ bin/solr start -e cloud -noprompt
 
     Welcome to the SolrCloud example!
 
@@ -44,7 +44,7 @@ To launch Solr, run: `bin/solr start -e
 
     SolrCloud example running, please visit http://localhost:8983/solr
 
-    /solr-5.3.0:$ _
+    /solr-5.3.1:$ _
 
 You can see that the Solr is running by loading the Solr Admin UI in your web browser: <http://localhost:8983/solr/>.
 This is the main starting point for administering Solr.
@@ -80,8 +80,8 @@ subdirectory, so that makes a convenient
 Here's what it'll look like:
 
     /solr-5.3.1:$ bin/post -c gettingstarted docs/
-    java -classpath /solr-5.3.0/dist/solr-core-5.3.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/
-    SimplePostTool version 5.3.0
+    java -classpath /solr-5.3.1/dist/solr-core-5.3.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/
+    SimplePostTool version 5.3.1
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
     Entering recursive mode, max depth=999, delay=0s
@@ -133,9 +133,9 @@ Using `bin/post`, index the example Solr
 
 Here's what you'll see:
 
-    /solr-5.3.0:$ bin/post -c gettingstarted example/exampledocs/*.xml
-    java -classpath /solr-5.3.0/dist/solr-core-5.3.0-SNAPSHOT.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/gb18030-example.xml ...
-    SimplePostTool version 5.3.0
+    /solr-5.3.1:$ bin/post -c gettingstarted example/exampledocs/*.xml
+    java -classpath /solr-5.3.1/dist/solr-core-5.3.1-SNAPSHOT.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/gb18030-example.xml ...
+    SimplePostTool version 5.3.1
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
     POSTing file gb18030-example.xml (application/xml) to [base]
@@ -177,9 +177,9 @@ sample JSON file:
 
 You'll see:
 
-    /solr-5.3.0:$ bin/post -c gettingstarted example/exampledocs/books.json
-    java -classpath /solr-5.3.0/dist/solr-core-5.3.0-SNAPSHOT.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.json
-    SimplePostTool version 5.3.0
+    /solr-5.3.1:$ bin/post -c gettingstarted example/exampledocs/books.json
+    java -classpath /solr-5.3.1/dist/solr-core-5.3.1-SNAPSHOT.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.json
+    SimplePostTool version 5.3.1
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
     POSTing file books.json (application/json) to [base]
@@ -204,9 +204,9 @@ Using `bin/post` index the included exam
 
 In your terminal you'll see:
 
-    /solr-5.3.0:$ bin/post -c gettingstarted example/exampledocs/books.csv
-    java -classpath /solr-5.3.0/dist/solr-core-5.3.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.csv
-    SimplePostTool version 5.3.0
+    /solr-5.3.1:$ bin/post -c gettingstarted example/exampledocs/books.csv
+    java -classpath /solr-5.3.1/dist/solr-core-5.3.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.csv
+    SimplePostTool version 5.3.1
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
     POSTing file books.csv (text/csv) to [base]
@@ -289,7 +289,7 @@ with the term you want to find.  To sear
 
 You'll see:
 
-    /solr-5.3.0$ curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
+    /solr-5.3.1$ curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
     {
       "responseHeader":{
         "status":0,