You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/07/03 15:55:56 UTC

svn commit: r824242 - in /websites/staging/lucene/trunk/content: ./ openrelevance/ pylucene/ solr/

Author: buildbot
Date: Tue Jul  3 13:55:54 2012
New Revision: 824242

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/index.html
    websites/staging/lucene/trunk/content/mainnews.html
    websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html
    websites/staging/lucene/trunk/content/pylucene/features.html
    websites/staging/lucene/trunk/content/pylucene/install.html
    websites/staging/lucene/trunk/content/pylucene/mailing-lists.html
    websites/staging/lucene/trunk/content/pylucene/pynews.html
    websites/staging/lucene/trunk/content/solr/index.html
    websites/staging/lucene/trunk/content/solr/solrnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul  3 13:55:54 2012
@@ -1 +1 @@
-1356731
+1356734

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Tue Jul  3 13:55:54 2012
@@ -214,7 +214,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -223,7 +223,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -233,7 +233,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -258,11 +258,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -270,11 +270,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -282,12 +282,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -297,7 +297,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/mainnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/mainnews.html (original)
+++ websites/staging/lucene/trunk/content/mainnews.html Tue Jul  3 13:55:54 2012
@@ -205,7 +205,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -214,7 +214,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -224,7 +224,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -249,11 +249,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -261,11 +261,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -273,12 +273,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -288,7 +288,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/mailing-lists.html Tue Jul  3 13:55:54 2012
@@ -157,7 +157,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -166,7 +166,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -176,7 +176,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -201,11 +201,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -213,11 +213,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -225,12 +225,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -240,7 +240,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/openrelevance/orpnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/openrelevance/orpnews.html (original)
+++ websites/staging/lucene/trunk/content/openrelevance/orpnews.html Tue Jul  3 13:55:54 2012
@@ -150,7 +150,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -159,7 +159,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -169,7 +169,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -194,11 +194,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -206,11 +206,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -218,12 +218,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -233,7 +233,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/pylucene/features.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/features.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/features.html Tue Jul  3 13:55:54 2012
@@ -365,7 +365,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -374,7 +374,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -384,7 +384,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -409,11 +409,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -421,11 +421,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -433,12 +433,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -448,7 +448,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Tue Jul  3 13:55:54 2012
@@ -211,7 +211,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -220,7 +220,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -230,7 +230,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -255,11 +255,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -267,11 +267,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -279,12 +279,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -294,7 +294,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/pylucene/mailing-lists.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/mailing-lists.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/mailing-lists.html Tue Jul  3 13:55:54 2012
@@ -181,7 +181,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -190,7 +190,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -200,7 +200,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -225,11 +225,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -237,11 +237,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -249,12 +249,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -264,7 +264,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/pylucene/pynews.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/pynews.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/pynews.html Tue Jul  3 13:55:54 2012
@@ -206,7 +206,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>Similarity has been decoupled from the vector space model (TF/IDF). Additional models
   such as BM25, Divergence from Randomness, Language Models, and Information-based models
-  are provided (see http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4).</p>
+  are provided (see <a href="http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4">http://www.lucidimagination.com/blog/2011/09/12/flexible-ranking-in-lucene-4</a>).</p>
 </li>
 <li>
 <p>Added support for per-document values (DocValues). DocValues can be used for custom
@@ -215,7 +215,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <li>
 <p>When indexing via multiple threads, each IndexWriter thread now flushes its own segment
   to disk concurrently, resulting in substantial performance improvements
-  (see http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html).</p>
+  (see <a href="http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html">http://blog.mikemccandless.com/2011/05/265-indexing-speedup-with-lucenes.html</a>).</p>
 </li>
 <li>
 <p>Per-document normalization factors ("norms") are no longer limited to a single byte.
@@ -225,7 +225,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added index statistics such as the number of tokens for a term or field, number of postings
   for a field, and number of documents with a posting for a field: these support additional
   scoring models (see
-  http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html).</p>
+  <a href="http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html">http://blog.mikemccandless.com/2012/03/new-index-statistics-in-lucene-40.html</a>).</p>
 </li>
 <li>
 <p>Implemented a new default term dictionary/index (BlockTree) that indexes shared prefixes
@@ -250,11 +250,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 <p>Added a number of alternative Codecs and components for different use-cases: "Appending"
   works with append-only filesystems (such as Hadoop DFS), "Memory" writes the entire
   terms+postings as an FST read into RAM (see
-  http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html),
+  <a href="http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html">http://blog.mikemccandless.com/2011/06/primary-key-lookups-are-28x-faster-with.html</a>),
   "Pulsing" inlines the postings for low-frequency terms into the term dictionary (see
-  http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html),
+  <a href="http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html">http://blog.mikemccandless.com/2010/06/lucenes-pulsingcodec-on-primary-key.html</a>),
   "SimpleText" writes all files in plain-text for easy debugging/transparency (see
-  http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html), among others.</p>
+  <a href="http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html">http://blog.mikemccandless.com/2010/10/lucenes-simpletext-codec.html</a>), among others.</p>
 </li>
 <li>
 <p>Term offsets can be optionally encoded into the postings lists and can be retrieved
@@ -262,11 +262,11 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>A new AutomatonQuery returns all documents containing any term matching a provided
-  finite-state automaton (see http://www.slideshare.net/otisg/finite-state-queries-in-lucene).</p>
+  finite-state automaton (see <a href="http://www.slideshare.net/otisg/finite-state-queries-in-lucene">http://www.slideshare.net/otisg/finite-state-queries-in-lucene</a>).</p>
 </li>
 <li>
 <p>FuzzyQuery is 100-200 times faster than in past releases (see
-  http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html).</p>
+  <a href="http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html">http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html</a>).</p>
 </li>
 <li>
 <p>A new spell checker, DirectSpellChecker, finds possible corrections directly against the
@@ -274,12 +274,12 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 <li>
 <p>Various in-memory data structures such as the term dictionary and FieldCache are represented
-  more efficiently with less object overhead (see http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html).</p>
+  more efficiently with less object overhead (see <a href="http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html">http://blog.mikemccandless.com/2010/07/lucenes-ram-usage-for-searching.html</a>).</p>
 </li>
 <li>
 <p>All search logic is now required to work per segment, IndexReader was therefore refactored to
   differentiate between atomic and composite readers
-  (see http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html).</p>
+  (see <a href="http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html">http://blog.thetaphi.de/2012/02/is-your-indexreader-atomic-major.html</a>).</p>
 </li>
 <li>
 <p>Lucene 4.0 provides a modular API, consolidating components such as Analyzers and Queries
@@ -289,7 +289,7 @@ of Apache Lucene 4.0-ALPHA and Apache So
 </li>
 </ul>
 <p>Highlights of the Solr release include:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>

Modified: websites/staging/lucene/trunk/content/solr/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/index.html (original)
+++ websites/staging/lucene/trunk/content/solr/index.html Tue Jul  3 13:55:54 2012
@@ -440,15 +440,15 @@ numeric fields or query relevancy scores
         
         <div class="status-item">
           <div class="section-content">
-             <a href="http://twitter.com/PolySpot/statuses/220145240076595200">@</a>Lucene/Solr 4.0 alpha has been released <a href="http://t.co/9Zmdx4zb">http://t.co/9Zmdx4zb</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23Lucene">#Lucene</a>
+             <a href="http://twitter.com/hearrags/statuses/220152204743548928">@</a>setting up slor enterprise search server <a href="http://twitter.com/search?q=%23solr">#solr</a> ... and getting my head around indexing content
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/xbib/statuses/220144943887433730">@</a>RT <a href="http://twitter.com/atilika">@atilika</a>: Lucene/Solr 4.0 alpha has been released.  <a href="http://t.co/EwZerhXz">http://t.co/EwZerhXz</a>  <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23beer">#beer</a>
+             <a href="http://twitter.com/PolySpot/statuses/220145240076595200">@</a>Lucene/Solr 4.0 alpha has been released <a href="http://t.co/9Zmdx4zb">http://t.co/9Zmdx4zb</a> <a href="http://twitter.com/search?q=%23Solr">#Solr</a> <a href="http://twitter.com/search?q=%23Lucene">#Lucene</a>
           </div>
           
           <div class="section-content">
-             <a href="http://twitter.com/atilika/statuses/220144838031572992">@</a>Lucene/Solr 4.0 alpha has been released.  <a href="http://t.co/EwZerhXz">http://t.co/EwZerhXz</a>  <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23beer">#beer</a>
+             <a href="http://twitter.com/xbib/statuses/220144943887433730">@</a>RT <a href="http://twitter.com/atilika">@atilika</a>: Lucene/Solr 4.0 alpha has been released.  <a href="http://t.co/EwZerhXz">http://t.co/EwZerhXz</a>  <a href="http://twitter.com/search?q=%23lucene">#lucene</a> <a href="http://twitter.com/search?q=%23solr">#solr</a> <a href="http://twitter.com/search?q=%23beer">#beer</a>
           </div>
           
         </div>

Modified: websites/staging/lucene/trunk/content/solr/solrnews.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/solrnews.html (original)
+++ websites/staging/lucene/trunk/content/solr/solrnews.html Tue Jul  3 13:55:54 2012
@@ -237,11 +237,11 @@ Solr is highly scalable, providing fault
 and powers the search and navigation features of many of the world's 
 largest internet sites.</p>
 <p>Solr 4.0-alpha is available for immediate download at:
-   http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</p>
+   <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a></p>
 <p>See the CHANGES.txt file included with the release for a full list of
 details.</p>
 <p>Solr 4.0-alpha Release Highlights:</p>
-<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See http://wiki.apache.org/solr/SolrCloud for more details.</p>
+<p>The largest set of features goes by the development code-name “Solr Cloud” and involves bringing easy scalability to Solr.  See <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a> for more details.</p>
 <ul>
 <li>
 <p>Distributed indexing designed from the ground up for near real-time (NRT) and NoSQL features such as realtime-get, optimistic locking, and durable updates.</p>
@@ -304,7 +304,7 @@ details.</p>
 <p>This is an alpha release for early adopters. The guarantee for this alpha release is that the index 
 format will be the 4.0 index format, supported through the 5.x series of Lucene/Solr, unless there 
 is a critical bug (e.g. that would cause index corruption) that would prevent this.</p>
-<p>Please report any feedback to the mailing lists (http://lucene.apache.org/solr/discussion.html)</p></div>
+<p>Please report any feedback to the mailing lists (<a href="http://lucene.apache.org/solr/discussion.html">http://lucene.apache.org/solr/discussion.html</a>)</p></div>