You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2015/02/20 19:53:59 UTC

svn commit: r1661190 - in /lucene/cms/trunk/content: mainnews.mdtext solr/news.mdtext

Author: anshum
Date: Fri Feb 20 18:53:58 2015
New Revision: 1661190

URL: http://svn.apache.org/r1661190
Log:
Fixing bullet formating in news content

Modified:
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/news.mdtext

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1661190&r1=1661189&r2=1661190&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Fri Feb 20 18:53:58 2015
@@ -71,14 +71,10 @@ Other features
 * Scripts to support installing and running Solr as a service on Linux.
 
 * Distributed IDF is now supported and can be enabled via the config. Currently, there are four supported implementations for the same:
-
-  * LocalStatsCache: Local document stats.
-
-  * ExactStatsCache: One time use aggregation
-
-  * ExactSharedStatsCache: Stats shared across requests
-
-  * LRUStatsCache: Stats shared in an LRU cache across requests
+    * LocalStatsCache: Local document stats.
+    * ExactStatsCache: One time use aggregation
+    * ExactSharedStatsCache: Stats shared across requests
+    * LRUStatsCache: Stats shared in an LRU cache across requests
 
 * Solr will no longer ship a war file and instead be a downloadable application.
 
@@ -112,10 +108,8 @@ Other features
 * MoreLikeThis query parser allows requesting for documents similar to an existing document and also works in SolrCloud mode.
 
 * Logging improvements:
-
-  * Transaction log replay status is now logged
-
-  * Optional logging of slow requests.
+    * Transaction log replay status is now logged
+    * Optional logging of slow requests.
 
 ## 29 December 2014 - Apache Lucene 4.10.3 and Apache Solr 4.10.3 Available
 

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1661190&r1=1661189&r2=1661190&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Fri Feb 20 18:53:58 2015
@@ -25,11 +25,10 @@ Solr 5.0 Release Highlights:
 * Scripts to support installing and running Solr as a service on Linux.
 
 * Distributed IDF is now supported and can be enabled via the config. Currently, there are four supported implementations for the same:
-
-  * LocalStatsCache: Local document stats.
-  * ExactStatsCache: One time use aggregation
-  * ExactSharedStatsCache: Stats shared across requests
-  * LRUStatsCache: Stats shared in an LRU cache across requests
+    * LocalStatsCache: Local document stats.
+    * ExactStatsCache: One time use aggregation
+    * ExactSharedStatsCache: Stats shared across requests
+    * LRUStatsCache: Stats shared in an LRU cache across requests
 
 * Solr will no longer ship a war file and instead be a downloadable application.
 
@@ -63,8 +62,8 @@ Solr 5.0 Release Highlights:
 * MoreLikeThis query parser allows requesting for documents similar to an existing document and also works in SolrCloud mode.
 
 * Logging improvements:
-  * Transaction log replay status is now logged
-  * Optional logging of slow requests.
+    * Transaction log replay status is now logged
+    * Optional logging of slow requests.
 
 Solr 5.0 also includes many other new features as well as numerous
 optimizations and bugfixes of the corresponding Apache Lucene release.