You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2013/01/22 09:06:30 UTC

svn commit: r1436786 - in /lucene/cms/trunk/content: core/corenews.mdtext mainnews.mdtext solr/solrnews.mdtext

Author: sarowe
Date: Tue Jan 22 08:06:30 2013
New Revision: 1436786

URL: http://svn.apache.org/viewvc?rev=1436786&view=rev
Log:
4.1: fix links by not wrapping inside of <a> open tag

Modified:
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/solrnews.mdtext

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1436786&r1=1436785&r2=1436786&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Tue Jan 22 08:06:30 2013
@@ -11,13 +11,12 @@ any application that requires full-text 
 This release contains numerous bug fixes, optimizations, and
 improvements, some of which are highlighted below. The release
 is available for immediate download at:
-   <a href="/core/mirrors-core-latest-redir.html"
-     >http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+   <a href="/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
 
 See the <a href="/core/4_1_0/changes/Changes.html">CHANGES.txt</a> file included with the
 release for a full list of details.
 
-Lucene 4.1 Release Highlights:
+### Lucene 4.1 Release Highlights:
 
 - Lucene 4.1 has a new default codec (Lucene41Codec) based on the
   previously-experimental "Block" indexing format for improved
@@ -32,8 +31,7 @@ Lucene 4.1 Release Highlights:
 - The default codec incorporates an efficient compressed stored fields
   implementation that compresses chunks of documents together with LZ4.
   (see
-  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"
-  >http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
+  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene">http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
 
 - Lucene no longer seeks when writing files (all fields are written in
   an append-only way). This means it works by default with append-only
@@ -42,19 +40,16 @@ Lucene 4.1 Release Highlights:
 - New suggest implementations: AnalyzingSuggester, where the underlying
   form (computed from a lucene Analyzer) used for suggestions is
   separate from the returned text (see
-  <a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html"
-  >http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html</a>),
+  <a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html">http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html</a>),
   and FuzzySuggester, which additionally allows for inexact matching on
   the input.
 
 - Near-realtime support was added to the facet module.
-  (see <a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html"
-  >http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)
+  (see <a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html">http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)
 
 - New Highlighter (postingshighlighter) added to the highlighter
   module.  (see
-  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"
-  >http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)
+  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html">http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)
 
 - Added FilterStrategy to FilteredQuery for more flexibility in
   filtered query execution.

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1436786&r1=1436785&r2=1436786&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Tue Jan 22 08:06:30 2013
@@ -5,10 +5,8 @@
 The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.1 and Apache Solr 4.1.
 
-Lucene can be downloaded from <a href="/core/mirrors-core-latest-redir.html?"
->http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
-and Solr can be downloaded from <a href="/solr/mirrors-solr-latest-redir.html?"
->http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a>
+Lucene can be downloaded from <a href="/core/mirrors-core-latest-redir.html?">http://lucene.apache.org/core/mirrors-core-3x-redir.html</a>
+and Solr can be downloaded from <a href="/solr/mirrors-solr-latest-redir.html?">http://lucene.apache.org/solr/mirrors-solr-3x-redir.html</a>
 
 See the <a href="/core/4_1_0/changes/Changes.html">Lucene CHANGES.txt</a> and
 <a href="/solr/4_1_0/changes/Changes.html">Solr CHANGES.txt</a> files included
@@ -29,8 +27,7 @@ with the release for a full list of deta
 - The default codec incorporates an efficient compressed stored fields
   implementation that compresses chunks of documents together with LZ4.
   (see
-  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"
-  >http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
+  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene">http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
 
 - Lucene no longer seeks when writing files (all fields are written in
   an append-only way). This means it works by default with append-only
@@ -39,19 +36,16 @@ with the release for a full list of deta
 - New suggest implementations: AnalyzingSuggester, where the underlying
   form (computed from a lucene Analyzer) used for suggestions is
   separate from the returned text (see
-  <a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html"
-  >http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html</a>),
+  <a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html">http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html</a>),
   and FuzzySuggester, which additionally allows for inexact matching on
   the input.
 
 - Near-realtime support was added to the facet module.
-  (see <a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html"
-  >http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)
+  (see <a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html">http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)
 
 - New Highlighter (postingshighlighter) added to the highlighter
   module.  (see
-  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"
-  >http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)
+  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html">http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)
 
 - Added FilterStrategy to FilteredQuery for more flexibility in
   filtered query execution.
@@ -64,8 +58,7 @@ with the release for a full list of deta
 
 ### Highlights of the Solr release include:
 
-SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud"
->http://wiki.apache.org/solr/SolrCloud</a>):
+SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):
 * Simple multi-tenancy through enhanced document routing:
   - The "compositeId" router is the default for collections with hash
     based routing (i.e. when numShards=N is specified on collection
@@ -114,8 +107,7 @@ New features:
 * Extra statistics to RequestHandlers - 5 & 15-minute reqs/sec rolling
   averages; median, 75th, 95th, 99th, 99.9th percentile request times.
 * PostingsHighlighter support (see
-  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"
-  >http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) 
+  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html">http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) 
 
 Admin UI improvements:
 * Internet Explorer is now supported
@@ -130,8 +122,7 @@ Storage improvements (thanks to the new 
 * Faster search, in particular for rare terms such as primary key/id
   fields.
 * Stored fields are compressed. (See
-  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"
-  >http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
+  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene">http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
 
 DataImportHandler contrib module backwards-compatibility breaks:
 * These default to the "root" Locale, rather than the JVM default locale 

Modified: lucene/cms/trunk/content/solr/solrnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/solrnews.mdtext?rev=1436786&r1=1436785&r2=1436786&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/solrnews.mdtext (original)
+++ lucene/cms/trunk/content/solr/solrnews.mdtext Tue Jan 22 08:06:30 2013
@@ -4,7 +4,7 @@
 
 ## 22 January 2013 - Apache Solr 4.1.0 Available
 
-The Lucene PMC is pleased to announce the release of Apache Solr 4.1
+The Lucene PMC is pleased to announce the release of Apache Solr 4.1.
 
 Solr is the popular, blazing fast, open source NoSQL search platform
 from the Apache Lucene project. Its major features include powerful
@@ -15,8 +15,7 @@ fault tolerant distributed search and in
 and navigation features of many of the world's largest internet sites.
 
 Solr 4.1 is available for immediate download at:
-   <a href="/solr/mirrors-solr-latest-redir.html"
-   >http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a>
+   <a href="/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a>
 
 Note: starting with Solr 4.1, the "apache-" prefix has been removed
 from all artifact and distribution filenames.
@@ -26,8 +25,7 @@ included with the release for a full lis
 
 Solr 4.1 Release Highlights:
 
-SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud"
->http://wiki.apache.org/solr/SolrCloud</a>):
+SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):
 * Simple multi-tenancy through enhanced document routing:
   - The "compositeId" router is the default for collections with hash
     based routing (i.e. when numShards=N is specified on collection
@@ -76,8 +74,7 @@ New features:
 * Extra statistics to RequestHandlers - 5 & 15-minute reqs/sec rolling
   averages; median, 75th, 95th, 99th, 99.9th percentile request times.
 * PostingsHighlighter support (see
-  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"
-  >http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) 
+  <a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html">http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) 
 
 Admin UI improvements:
 * Internet Explorer is now supported
@@ -92,8 +89,7 @@ Storage improvements (thanks to the new 
 * Faster search, in particular for rare terms such as primary key/id
   fields.
 * Stored fields are compressed. (See
-  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"
-  >http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
+  <a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene">http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)
 
 DataImportHandler contrib module backwards-compatibility breaks:
 * These default to the "root" Locale, rather than the JVM default locale