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/08/24 16:09:01 UTC

svn commit: r1697401 - in /lucene/cms/trunk: content/mainnews.mdtext templates/mirrors-core-latest-redir.html

Author: noble
Date: Mon Aug 24 14:09:00 2015
New Revision: 1697401

URL: http://svn.apache.org/r1697401
Log:
website update for 5.3.0 release

Modified:
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1697401&r1=1697400&r2=1697401&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Mon Aug 24 14:09:00 2015
@@ -30,18 +30,14 @@ Optimizations
  * Various bugfixes and optimizations since the 5.2.0 release.
 
 ### Highlights of this Solr release include:
-In built security plugins implementing Basic Auth
-In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
-The JSON Facet API can now change the domain for facet commands, essentially doing a block join and moving from parents to children, or children to parents before calculating the facet data.
-Major improvements in performance of the new Facet Module / JSON Facet API.
-Query and Range Facets under Pivot Facets. Just like the JSON Facet API, pivot facets can how nest other facet types such as range and query facets.
-More Like This Query Parser options. The MoreLikeThis QParser mlt now supports all options provided by the MLT Handler. The query parser is much more versatile than the handler as it works in cloud mode as well as anywhere a normal query can be specified.
+* In built security plugins implementing Basic Auth
+* In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
+* The JSON Facet API can now change the domain for facet commands, essentially doing a block join and moving from parents to children, or children to parents before calculating the facet data.
+* Major improvements in performance of the new Facet Module / JSON Facet API.
+* Query and Range Facets under Pivot Facets. Just like the JSON Facet API, pivot facets can how nest other facet types such as range and query facets.
+* More Like This Query Parser options. The MoreLikeThis QParser mlt now supports all options provided by the MLT Handler. The query parser is much more versatile than the handler as it works in cloud mode as well as anywhere a normal query can be specified.
 Schema API support in SolrJ
-Scoring mode for query-time join and block join. Solr’s pseudo-join query parser has a new optional attribute score that can be used specify the scores produced on the resulting documents. It’s value can be min, max,avg or total.
-Query Comments. Lucene/Solr query syntax (i.e. Solr’s dialect of the lucene syntax) now supports nested C-style comments.
-Smile data format
-Smile is a binary data interchange format that is very close to Solr’s own “javabin” (encoded sizes are very close). Adding wt=smile to a request will cause the response to come back in this format.
-min/max for multi-valued docValues fields.A second parameter has been added to the field function to select the minimum or maximum value of a multi-valued field with docValues.
+* Scoring mode for query-time join and block join.* Smile response format
 
 ## 15 June 2015 - Apache Lucene 5.2.1 and Apache Solr 5.2.1 Available
 

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1697401&r1=1697400&r2=1697401&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Mon Aug 24 14:09:00 2015
@@ -4,7 +4,7 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/5.2.1">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/5.3.0">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">