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 2013/01/22 10:09:19 UTC

svn commit: r847531 - in /websites/staging/lucene/trunk/content: ./ index.html openrelevance/mailing-lists.html openrelevance/orpnews.html

Author: buildbot
Date: Tue Jan 22 09:09:18 2013
New Revision: 847531

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/openrelevance/mailing-lists.html
    websites/staging/lucene/trunk/content/openrelevance/orpnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jan 22 09:09:18 2013
@@ -1 +1 @@
-1436810
+1436812

Modified: websites/staging/lucene/trunk/content/index.html
==============================================================================
--- websites/staging/lucene/trunk/content/index.html (original)
+++ websites/staging/lucene/trunk/content/index.html Tue Jan 22 09:09:18 2013
@@ -205,12 +205,8 @@
 <h2 id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk2tmwzxhzdk3-41-available">22 January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.1 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.1 and Apache Solr 4.1.</p>
-<p>Lucene can be downloaded from &lt;a href="/core/mirrors-core-latest-redir.html?"</p>
-<blockquote>
-<p>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></p>
-</blockquote>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <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 <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
 with the release for a full list of details.</p>
@@ -232,10 +228,7 @@ with the release for a full list of deta
 <p>The default codec incorporates an efficient compressed stored fields
   implementation that compresses chunks of documents together with LZ4.
   (see
-  &lt;a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"</p>
-<blockquote>
-<p>http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</blockquote>
+  <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>)</p>
 </li>
 <li>
 <p>Lucene no longer seeks when writing files (all fields are written in
@@ -246,27 +239,18 @@ with the release for a full list of deta
 <p>New suggest implementations: AnalyzingSuggester, where the underlying
   form (computed from a lucene Analyzer) used for suggestions is
   separate from the returned text (see
-  &lt;a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html"</p>
-<blockquote>
-<p>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.</p>
-</blockquote>
 </li>
 <li>
 <p>Near-realtime support was added to the facet module.
-  (see &lt;a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html"</p>
-<blockquote>
-<p>http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)</p>
-</blockquote>
+  (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>)</p>
 </li>
 <li>
 <p>New Highlighter (postingshighlighter) added to the highlighter
   module.  (see
-  &lt;a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"</p>
-<blockquote>
-<p>http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)</p>
-</blockquote>
+  <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>)</p>
 </li>
 <li>
 <p>Added FilterStrategy to FilteredQuery for more flexibility in
@@ -282,89 +266,101 @@ with the release for a full list of deta
 </li>
 </ul>
 <h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
-<p>SolrCloud enhancements (see &lt;a href="http://wiki.apache.org/solr/SolrCloud"</p>
-<blockquote>
-<p>http://wiki.apache.org/solr/SolrCloud</a>):
-<em> 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
-    creation).
-  - Documents with ids sharing the same domain/prefix, e.g.
-    'customerB!', will be routed to the same shard, allowing for
-    efficient querying.  At query time, one can specify a "shard.keys"
-    parameter that lists the domains, e.g. 'shard.keys=customerB!', and
-    controls what shards the query is routed to.
-  - Collections that do not specify numShards at collection creation
-    time use custom sharding and default to the "implicit" router.
-    Document updates received by a shard will be indexed to that shard,
-    unless a "<em>shard</em>" parameter or document field names a different
-    shard.</em> Short circuiting for distributed search if a request only needs
-  to query a single shard.
-<em> Allow creating more than one shard per instance with the Collection
-  API.
-</em> Allow access to the collections API through CloudSolrServer without
-  referencing an existing collection.
-<em> Collection API: Support for specifying a list of Solr addresses to
-  spread a new collection across.
-</em> New and improved auto host detection strategy.
-* Numerous bug fixes and general hardening - it's recommended that all
-  Solr 4.0 SolrCloud users upgrade to 4.1.</p>
-</blockquote>
-<p>New features:
-<em> The majority of Solr's features, including replication, now work with
-  custom Directory and DirectoryFactory implementations.
-</em> Indexed term offsets, specifiable via a 'storeOffsetsWithPositions'
-  flag on field definitions in the schema.  Useful for highlighters.
-<em> Solr QParsers may now be directly invoked in the lucene query syntax
+<h4 id="solrcloud-enhancements-see-httpwikiapacheorgsolrsolrcloud">SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):</h4>
+<ul>
+<li>Simple multi-tenancy through enhanced document routing:<ul>
+<li>The "compositeId" router is the default for collections with hash
+  based routing (i.e. when numShards=N is specified on collection
+  creation).</li>
+<li>Documents with ids sharing the same domain/prefix, e.g.
+  'customerB!', will be routed to the same shard, allowing for
+  efficient querying.  At query time, one can specify a "shard.keys"
+  parameter that lists the domains, e.g. 'shard.keys=customerB!', and
+  controls what shards the query is routed to.</li>
+<li>Collections that do not specify numShards at collection creation
+  time use custom sharding and default to the "implicit" router.
+  Document updates received by a shard will be indexed to that shard,
+  unless a "<em>shard</em>" parameter or document field names a different
+  shard.</li>
+</ul>
+</li>
+<li>Short circuiting for distributed search if a request only needs
+  to query a single shard.</li>
+<li>Allow creating more than one shard per instance with the Collection
+  API.</li>
+<li>Allow access to the collections API through CloudSolrServer without
+  referencing an existing collection.</li>
+<li>Collection API: Support for specifying a list of Solr addresses to
+  spread a new collection across.</li>
+<li>New and improved auto host detection strategy.</li>
+<li>Numerous bug fixes and general hardening - it's recommended that all
+  Solr 4.0 SolrCloud users upgrade to 4.1.</li>
+</ul>
+<h4 id="new-features">New features:</h4>
+<ul>
+<li>The majority of Solr's features, including replication, now work with
+  custom Directory and DirectoryFactory implementations.</li>
+<li>Indexed term offsets, specifiable via a 'storeOffsetsWithPositions'
+  flag on field definitions in the schema.  Useful for highlighters.</li>
+<li>Solr QParsers may now be directly invoked in the lucene query syntax
   via localParams and without the <em>query</em> magic field hack.
-  Example: foo AND {!term f=myfield v=$qq}</em> Solr now parses request parameters (from URL or sent with POST using
+  Example: foo AND {!term f=myfield v=$qq}</li>
+<li>Solr now parses request parameters (from URL or sent with POST using
   content-type application/x-www-form-urlencoded) in its dispatcher code.
   It no longer relies on special configuration settings in Tomcat or other
   web containers to enable UTF-8 encoding, which is mandatory for correct
-  Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,...
-<em> Directory IO rate limiting based on the IO context.
-</em> Distributed search support for MoreLikeThis.
-<em> Multi-core: On-demand core loading and LRU-based core unloading after
-  reaching a user-specified maximum number.
-</em> The new Solr 4 spatial fields now work with the {!geofilt} and {!bbox}
-  query parsers. The score local-param works too.
-<em> Extra statistics to RequestHandlers - 5 &amp; 15-minute reqs/sec rolling
-  averages; median, 75th, 95th, 99th, 99.9th percentile request times.
-</em> PostingsHighlighter support (see
-  &lt;a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"</p>
-<blockquote>
-<p>http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) </p>
-</blockquote>
-<p>Admin UI improvements:
-<em> Internet Explorer is now supported
-</em> Enhanced readability of XML query response display in Query UI
-<em> Many improvements to DataImportHandler UI
-</em> Core creation and deletion now updates the main/left list of cores
-<em> Admin Cores UI now redirects to newly created core details
-</em> Deleted documents are calculated/displayed
-* Allow multiple Items to stay open on Plugins-Page </p>
-<p>Storage improvements (thanks to the new Lucene 4.1 codec):
-<em> Faster search, in particular for rare terms such as primary key/id
-  fields.
-</em> Stored fields are compressed. (See
-  &lt;a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"</p>
-<blockquote>
-<p>http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</blockquote>
-<p>DataImportHandler contrib module backwards-compatibility breaks:
-<em> These default to the "root" Locale, rather than the JVM default locale 
-  as before.
-  - NumberFormatTransformer &amp; DateFormatTransformer
-  - "formatDate" evaluator 
-  - "dataimport.properties" file "last_index_time" property
-</em> These default to UTF-8 encoding, rather than the JVM default encoding 
-  as before.
-  - FileDataSource &amp; FieldReaderDataSource<br />
-* These may require code changes to custom plug-ins
-  - The EvaluatorBag class was eliminated and its public/protected methods 
-    were moved to the Evaluator abstract class.
-  - The experimental DIHPropertiesWriter interface was renamed DIHProperties,
-    changed to an abstract class and given new signature.</p>
+  Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,...</li>
+<li>Directory IO rate limiting based on the IO context.</li>
+<li>Distributed search support for MoreLikeThis.</li>
+<li>Multi-core: On-demand core loading and LRU-based core unloading after
+  reaching a user-specified maximum number.</li>
+<li>The new Solr 4 spatial fields now work with the {!geofilt} and {!bbox}
+  query parsers. The score local-param works too.</li>
+<li>Extra statistics to RequestHandlers - 5 &amp; 15-minute reqs/sec rolling
+  averages; median, 75th, 95th, 99th, 99.9th percentile request times.</li>
+<li>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>) </li>
+</ul>
+<h4 id="admin-ui-improvements">Admin UI improvements:</h4>
+<ul>
+<li>Internet Explorer is now supported</li>
+<li>Enhanced readability of XML query response display in Query UI</li>
+<li>Many improvements to DataImportHandler UI</li>
+<li>Core creation and deletion now updates the main/left list of cores</li>
+<li>Admin Cores UI now redirects to newly created core details</li>
+<li>Deleted documents are calculated/displayed</li>
+<li>Allow multiple Items to stay open on Plugins-Page </li>
+</ul>
+<h4 id="storage-improvements-thanks-to-the-new-lucene-41-codec">Storage improvements (thanks to the new Lucene 4.1 codec):</h4>
+<ul>
+<li>Faster search, in particular for rare terms such as primary key/id
+  fields.</li>
+<li>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>)</li>
+</ul>
+<h4 id="dataimporthandler-contrib-module-backwards-compatibility-breaks">DataImportHandler contrib module backwards-compatibility breaks:</h4>
+<ul>
+<li>These default to the "root" Locale, rather than the JVM default locale 
+  as before.<ul>
+<li>NumberFormatTransformer &amp; DateFormatTransformer</li>
+<li>"formatDate" evaluator </li>
+<li>"dataimport.properties" file "last_index_time" property</li>
+</ul>
+</li>
+<li>These default to UTF-8 encoding, rather than the JVM default encoding 
+  as before.<ul>
+<li>FileDataSource &amp; FieldReaderDataSource<br />
+</li>
+</ul>
+</li>
+<li>These may require code changes to custom plug-ins<ul>
+<li>The EvaluatorBag class was eliminated and its public/protected methods 
+  were moved to the Evaluator abstract class.</li>
+<li>The experimental DIHPropertiesWriter interface was renamed DIHProperties,
+  changed to an abstract class and given new signature.</li>
+</ul>
+</li>
+</ul>
 <p>Solr 4.1 also includes numerous optimizations and bugfixes.</p>
 <h2 id="25-december-2012-apache-lucene-362-and-apache-solr-362-available">25 December 2012 - Apache Lucene 3.6.2 and Apache Solr 3.6.2 available</h2>
 <p>The Lucene PMC is pleased to announce the availability

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 Jan 22 09:09:18 2013
@@ -149,12 +149,8 @@ to how to consume ORP content or how to 
 <h2 id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk2tmwzxhzdk3-41-available">22 January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.1 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.1 and Apache Solr 4.1.</p>
-<p>Lucene can be downloaded from &lt;a href="/core/mirrors-core-latest-redir.html?"</p>
-<blockquote>
-<p>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></p>
-</blockquote>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <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 <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
 with the release for a full list of details.</p>
@@ -176,10 +172,7 @@ with the release for a full list of deta
 <p>The default codec incorporates an efficient compressed stored fields
   implementation that compresses chunks of documents together with LZ4.
   (see
-  &lt;a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"</p>
-<blockquote>
-<p>http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</blockquote>
+  <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>)</p>
 </li>
 <li>
 <p>Lucene no longer seeks when writing files (all fields are written in
@@ -190,27 +183,18 @@ with the release for a full list of deta
 <p>New suggest implementations: AnalyzingSuggester, where the underlying
   form (computed from a lucene Analyzer) used for suggestions is
   separate from the returned text (see
-  &lt;a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html"</p>
-<blockquote>
-<p>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.</p>
-</blockquote>
 </li>
 <li>
 <p>Near-realtime support was added to the facet module.
-  (see &lt;a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html"</p>
-<blockquote>
-<p>http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)</p>
-</blockquote>
+  (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>)</p>
 </li>
 <li>
 <p>New Highlighter (postingshighlighter) added to the highlighter
   module.  (see
-  &lt;a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"</p>
-<blockquote>
-<p>http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)</p>
-</blockquote>
+  <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>)</p>
 </li>
 <li>
 <p>Added FilterStrategy to FilteredQuery for more flexibility in
@@ -226,89 +210,101 @@ with the release for a full list of deta
 </li>
 </ul>
 <h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
-<p>SolrCloud enhancements (see &lt;a href="http://wiki.apache.org/solr/SolrCloud"</p>
-<blockquote>
-<p>http://wiki.apache.org/solr/SolrCloud</a>):
-<em> 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
-    creation).
-  - Documents with ids sharing the same domain/prefix, e.g.
-    'customerB!', will be routed to the same shard, allowing for
-    efficient querying.  At query time, one can specify a "shard.keys"
-    parameter that lists the domains, e.g. 'shard.keys=customerB!', and
-    controls what shards the query is routed to.
-  - Collections that do not specify numShards at collection creation
-    time use custom sharding and default to the "implicit" router.
-    Document updates received by a shard will be indexed to that shard,
-    unless a "<em>shard</em>" parameter or document field names a different
-    shard.</em> Short circuiting for distributed search if a request only needs
-  to query a single shard.
-<em> Allow creating more than one shard per instance with the Collection
-  API.
-</em> Allow access to the collections API through CloudSolrServer without
-  referencing an existing collection.
-<em> Collection API: Support for specifying a list of Solr addresses to
-  spread a new collection across.
-</em> New and improved auto host detection strategy.
-* Numerous bug fixes and general hardening - it's recommended that all
-  Solr 4.0 SolrCloud users upgrade to 4.1.</p>
-</blockquote>
-<p>New features:
-<em> The majority of Solr's features, including replication, now work with
-  custom Directory and DirectoryFactory implementations.
-</em> Indexed term offsets, specifiable via a 'storeOffsetsWithPositions'
-  flag on field definitions in the schema.  Useful for highlighters.
-<em> Solr QParsers may now be directly invoked in the lucene query syntax
+<h4 id="solrcloud-enhancements-see-httpwikiapacheorgsolrsolrcloud">SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):</h4>
+<ul>
+<li>Simple multi-tenancy through enhanced document routing:<ul>
+<li>The "compositeId" router is the default for collections with hash
+  based routing (i.e. when numShards=N is specified on collection
+  creation).</li>
+<li>Documents with ids sharing the same domain/prefix, e.g.
+  'customerB!', will be routed to the same shard, allowing for
+  efficient querying.  At query time, one can specify a "shard.keys"
+  parameter that lists the domains, e.g. 'shard.keys=customerB!', and
+  controls what shards the query is routed to.</li>
+<li>Collections that do not specify numShards at collection creation
+  time use custom sharding and default to the "implicit" router.
+  Document updates received by a shard will be indexed to that shard,
+  unless a "<em>shard</em>" parameter or document field names a different
+  shard.</li>
+</ul>
+</li>
+<li>Short circuiting for distributed search if a request only needs
+  to query a single shard.</li>
+<li>Allow creating more than one shard per instance with the Collection
+  API.</li>
+<li>Allow access to the collections API through CloudSolrServer without
+  referencing an existing collection.</li>
+<li>Collection API: Support for specifying a list of Solr addresses to
+  spread a new collection across.</li>
+<li>New and improved auto host detection strategy.</li>
+<li>Numerous bug fixes and general hardening - it's recommended that all
+  Solr 4.0 SolrCloud users upgrade to 4.1.</li>
+</ul>
+<h4 id="new-features">New features:</h4>
+<ul>
+<li>The majority of Solr's features, including replication, now work with
+  custom Directory and DirectoryFactory implementations.</li>
+<li>Indexed term offsets, specifiable via a 'storeOffsetsWithPositions'
+  flag on field definitions in the schema.  Useful for highlighters.</li>
+<li>Solr QParsers may now be directly invoked in the lucene query syntax
   via localParams and without the <em>query</em> magic field hack.
-  Example: foo AND {!term f=myfield v=$qq}</em> Solr now parses request parameters (from URL or sent with POST using
+  Example: foo AND {!term f=myfield v=$qq}</li>
+<li>Solr now parses request parameters (from URL or sent with POST using
   content-type application/x-www-form-urlencoded) in its dispatcher code.
   It no longer relies on special configuration settings in Tomcat or other
   web containers to enable UTF-8 encoding, which is mandatory for correct
-  Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,...
-<em> Directory IO rate limiting based on the IO context.
-</em> Distributed search support for MoreLikeThis.
-<em> Multi-core: On-demand core loading and LRU-based core unloading after
-  reaching a user-specified maximum number.
-</em> The new Solr 4 spatial fields now work with the {!geofilt} and {!bbox}
-  query parsers. The score local-param works too.
-<em> Extra statistics to RequestHandlers - 5 &amp; 15-minute reqs/sec rolling
-  averages; median, 75th, 95th, 99th, 99.9th percentile request times.
-</em> PostingsHighlighter support (see
-  &lt;a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"</p>
-<blockquote>
-<p>http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) </p>
-</blockquote>
-<p>Admin UI improvements:
-<em> Internet Explorer is now supported
-</em> Enhanced readability of XML query response display in Query UI
-<em> Many improvements to DataImportHandler UI
-</em> Core creation and deletion now updates the main/left list of cores
-<em> Admin Cores UI now redirects to newly created core details
-</em> Deleted documents are calculated/displayed
-* Allow multiple Items to stay open on Plugins-Page </p>
-<p>Storage improvements (thanks to the new Lucene 4.1 codec):
-<em> Faster search, in particular for rare terms such as primary key/id
-  fields.
-</em> Stored fields are compressed. (See
-  &lt;a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"</p>
-<blockquote>
-<p>http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</blockquote>
-<p>DataImportHandler contrib module backwards-compatibility breaks:
-<em> These default to the "root" Locale, rather than the JVM default locale 
-  as before.
-  - NumberFormatTransformer &amp; DateFormatTransformer
-  - "formatDate" evaluator 
-  - "dataimport.properties" file "last_index_time" property
-</em> These default to UTF-8 encoding, rather than the JVM default encoding 
-  as before.
-  - FileDataSource &amp; FieldReaderDataSource<br />
-* These may require code changes to custom plug-ins
-  - The EvaluatorBag class was eliminated and its public/protected methods 
-    were moved to the Evaluator abstract class.
-  - The experimental DIHPropertiesWriter interface was renamed DIHProperties,
-    changed to an abstract class and given new signature.</p>
+  Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,...</li>
+<li>Directory IO rate limiting based on the IO context.</li>
+<li>Distributed search support for MoreLikeThis.</li>
+<li>Multi-core: On-demand core loading and LRU-based core unloading after
+  reaching a user-specified maximum number.</li>
+<li>The new Solr 4 spatial fields now work with the {!geofilt} and {!bbox}
+  query parsers. The score local-param works too.</li>
+<li>Extra statistics to RequestHandlers - 5 &amp; 15-minute reqs/sec rolling
+  averages; median, 75th, 95th, 99th, 99.9th percentile request times.</li>
+<li>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>) </li>
+</ul>
+<h4 id="admin-ui-improvements">Admin UI improvements:</h4>
+<ul>
+<li>Internet Explorer is now supported</li>
+<li>Enhanced readability of XML query response display in Query UI</li>
+<li>Many improvements to DataImportHandler UI</li>
+<li>Core creation and deletion now updates the main/left list of cores</li>
+<li>Admin Cores UI now redirects to newly created core details</li>
+<li>Deleted documents are calculated/displayed</li>
+<li>Allow multiple Items to stay open on Plugins-Page </li>
+</ul>
+<h4 id="storage-improvements-thanks-to-the-new-lucene-41-codec">Storage improvements (thanks to the new Lucene 4.1 codec):</h4>
+<ul>
+<li>Faster search, in particular for rare terms such as primary key/id
+  fields.</li>
+<li>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>)</li>
+</ul>
+<h4 id="dataimporthandler-contrib-module-backwards-compatibility-breaks">DataImportHandler contrib module backwards-compatibility breaks:</h4>
+<ul>
+<li>These default to the "root" Locale, rather than the JVM default locale 
+  as before.<ul>
+<li>NumberFormatTransformer &amp; DateFormatTransformer</li>
+<li>"formatDate" evaluator </li>
+<li>"dataimport.properties" file "last_index_time" property</li>
+</ul>
+</li>
+<li>These default to UTF-8 encoding, rather than the JVM default encoding 
+  as before.<ul>
+<li>FileDataSource &amp; FieldReaderDataSource<br />
+</li>
+</ul>
+</li>
+<li>These may require code changes to custom plug-ins<ul>
+<li>The EvaluatorBag class was eliminated and its public/protected methods 
+  were moved to the Evaluator abstract class.</li>
+<li>The experimental DIHPropertiesWriter interface was renamed DIHProperties,
+  changed to an abstract class and given new signature.</li>
+</ul>
+</li>
+</ul>
 <p>Solr 4.1 also includes numerous optimizations and bugfixes.</p>
 <h2 id="25-december-2012-apache-lucene-362-and-apache-solr-362-available">25 December 2012 - Apache Lucene 3.6.2 and Apache Solr 3.6.2 available</h2>
 <p>The Lucene PMC is pleased to announce the availability

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 Jan 22 09:09:18 2013
@@ -142,12 +142,8 @@
 <h2 id="22-january-2013-apache-lucene-41-and-apache-solrwzxhzdk2tmwzxhzdk3-41-available">22 January 2013 - Apache Lucene 4.1 and Apache Solr<span style="vertical-align: super; font-size: xx-small">TM</span> 4.1 available</h2>
 <p>The Lucene PMC is pleased to announce the availability
 of Apache Lucene 4.1 and Apache Solr 4.1.</p>
-<p>Lucene can be downloaded from &lt;a href="/core/mirrors-core-latest-redir.html?"</p>
-<blockquote>
-<p>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></p>
-</blockquote>
+<p>Lucene can be downloaded from <a href="http://lucene.apache.org/core/mirrors-core-latest-redir.html">http://lucene.apache.org/core/mirrors-core-latest-redir.html</a>
+and Solr can be downloaded from <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 <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
 with the release for a full list of details.</p>
@@ -169,10 +165,7 @@ with the release for a full list of deta
 <p>The default codec incorporates an efficient compressed stored fields
   implementation that compresses chunks of documents together with LZ4.
   (see
-  &lt;a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"</p>
-<blockquote>
-<p>http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</blockquote>
+  <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>)</p>
 </li>
 <li>
 <p>Lucene no longer seeks when writing files (all fields are written in
@@ -183,27 +176,18 @@ with the release for a full list of deta
 <p>New suggest implementations: AnalyzingSuggester, where the underlying
   form (computed from a lucene Analyzer) used for suggestions is
   separate from the returned text (see
-  &lt;a href="http://blog.mikemccandless.com/2012/09/lucenes-new-analyzing-suggester.html"</p>
-<blockquote>
-<p>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.</p>
-</blockquote>
 </li>
 <li>
 <p>Near-realtime support was added to the facet module.
-  (see &lt;a href="http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html"</p>
-<blockquote>
-<p>http://shaierera.blogspot.com/2012/11/lucene-facets-part-1.html</a>)</p>
-</blockquote>
+  (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>)</p>
 </li>
 <li>
 <p>New Highlighter (postingshighlighter) added to the highlighter
   module.  (see
-  &lt;a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"</p>
-<blockquote>
-<p>http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>)</p>
-</blockquote>
+  <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>)</p>
 </li>
 <li>
 <p>Added FilterStrategy to FilteredQuery for more flexibility in
@@ -219,89 +203,101 @@ with the release for a full list of deta
 </li>
 </ul>
 <h3 id="highlights-of-the-solr-release-include">Highlights of the Solr release include:</h3>
-<p>SolrCloud enhancements (see &lt;a href="http://wiki.apache.org/solr/SolrCloud"</p>
-<blockquote>
-<p>http://wiki.apache.org/solr/SolrCloud</a>):
-<em> 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
-    creation).
-  - Documents with ids sharing the same domain/prefix, e.g.
-    'customerB!', will be routed to the same shard, allowing for
-    efficient querying.  At query time, one can specify a "shard.keys"
-    parameter that lists the domains, e.g. 'shard.keys=customerB!', and
-    controls what shards the query is routed to.
-  - Collections that do not specify numShards at collection creation
-    time use custom sharding and default to the "implicit" router.
-    Document updates received by a shard will be indexed to that shard,
-    unless a "<em>shard</em>" parameter or document field names a different
-    shard.</em> Short circuiting for distributed search if a request only needs
-  to query a single shard.
-<em> Allow creating more than one shard per instance with the Collection
-  API.
-</em> Allow access to the collections API through CloudSolrServer without
-  referencing an existing collection.
-<em> Collection API: Support for specifying a list of Solr addresses to
-  spread a new collection across.
-</em> New and improved auto host detection strategy.
-* Numerous bug fixes and general hardening - it's recommended that all
-  Solr 4.0 SolrCloud users upgrade to 4.1.</p>
-</blockquote>
-<p>New features:
-<em> The majority of Solr's features, including replication, now work with
-  custom Directory and DirectoryFactory implementations.
-</em> Indexed term offsets, specifiable via a 'storeOffsetsWithPositions'
-  flag on field definitions in the schema.  Useful for highlighters.
-<em> Solr QParsers may now be directly invoked in the lucene query syntax
+<h4 id="solrcloud-enhancements-see-httpwikiapacheorgsolrsolrcloud">SolrCloud enhancements (see <a href="http://wiki.apache.org/solr/SolrCloud">http://wiki.apache.org/solr/SolrCloud</a>):</h4>
+<ul>
+<li>Simple multi-tenancy through enhanced document routing:<ul>
+<li>The "compositeId" router is the default for collections with hash
+  based routing (i.e. when numShards=N is specified on collection
+  creation).</li>
+<li>Documents with ids sharing the same domain/prefix, e.g.
+  'customerB!', will be routed to the same shard, allowing for
+  efficient querying.  At query time, one can specify a "shard.keys"
+  parameter that lists the domains, e.g. 'shard.keys=customerB!', and
+  controls what shards the query is routed to.</li>
+<li>Collections that do not specify numShards at collection creation
+  time use custom sharding and default to the "implicit" router.
+  Document updates received by a shard will be indexed to that shard,
+  unless a "<em>shard</em>" parameter or document field names a different
+  shard.</li>
+</ul>
+</li>
+<li>Short circuiting for distributed search if a request only needs
+  to query a single shard.</li>
+<li>Allow creating more than one shard per instance with the Collection
+  API.</li>
+<li>Allow access to the collections API through CloudSolrServer without
+  referencing an existing collection.</li>
+<li>Collection API: Support for specifying a list of Solr addresses to
+  spread a new collection across.</li>
+<li>New and improved auto host detection strategy.</li>
+<li>Numerous bug fixes and general hardening - it's recommended that all
+  Solr 4.0 SolrCloud users upgrade to 4.1.</li>
+</ul>
+<h4 id="new-features">New features:</h4>
+<ul>
+<li>The majority of Solr's features, including replication, now work with
+  custom Directory and DirectoryFactory implementations.</li>
+<li>Indexed term offsets, specifiable via a 'storeOffsetsWithPositions'
+  flag on field definitions in the schema.  Useful for highlighters.</li>
+<li>Solr QParsers may now be directly invoked in the lucene query syntax
   via localParams and without the <em>query</em> magic field hack.
-  Example: foo AND {!term f=myfield v=$qq}</em> Solr now parses request parameters (from URL or sent with POST using
+  Example: foo AND {!term f=myfield v=$qq}</li>
+<li>Solr now parses request parameters (from URL or sent with POST using
   content-type application/x-www-form-urlencoded) in its dispatcher code.
   It no longer relies on special configuration settings in Tomcat or other
   web containers to enable UTF-8 encoding, which is mandatory for correct
-  Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,...
-<em> Directory IO rate limiting based on the IO context.
-</em> Distributed search support for MoreLikeThis.
-<em> Multi-core: On-demand core loading and LRU-based core unloading after
-  reaching a user-specified maximum number.
-</em> The new Solr 4 spatial fields now work with the {!geofilt} and {!bbox}
-  query parsers. The score local-param works too.
-<em> Extra statistics to RequestHandlers - 5 &amp; 15-minute reqs/sec rolling
-  averages; median, 75th, 95th, 99th, 99.9th percentile request times.
-</em> PostingsHighlighter support (see
-  &lt;a href="http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html"</p>
-<blockquote>
-<p>http://blog.mikemccandless.com/2012/12/a-new-lucene-highlighter-is-born.html</a>) </p>
-</blockquote>
-<p>Admin UI improvements:
-<em> Internet Explorer is now supported
-</em> Enhanced readability of XML query response display in Query UI
-<em> Many improvements to DataImportHandler UI
-</em> Core creation and deletion now updates the main/left list of cores
-<em> Admin Cores UI now redirects to newly created core details
-</em> Deleted documents are calculated/displayed
-* Allow multiple Items to stay open on Plugins-Page </p>
-<p>Storage improvements (thanks to the new Lucene 4.1 codec):
-<em> Faster search, in particular for rare terms such as primary key/id
-  fields.
-</em> Stored fields are compressed. (See
-  &lt;a href="http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene"</p>
-<blockquote>
-<p>http://blog.jpountz.net/post/33247161884/efficient-compressed-stored-fields-with-lucene</a>)</p>
-</blockquote>
-<p>DataImportHandler contrib module backwards-compatibility breaks:
-<em> These default to the "root" Locale, rather than the JVM default locale 
-  as before.
-  - NumberFormatTransformer &amp; DateFormatTransformer
-  - "formatDate" evaluator 
-  - "dataimport.properties" file "last_index_time" property
-</em> These default to UTF-8 encoding, rather than the JVM default encoding 
-  as before.
-  - FileDataSource &amp; FieldReaderDataSource<br />
-* These may require code changes to custom plug-ins
-  - The EvaluatorBag class was eliminated and its public/protected methods 
-    were moved to the Evaluator abstract class.
-  - The experimental DIHPropertiesWriter interface was renamed DIHProperties,
-    changed to an abstract class and given new signature.</p>
+  Solr behaviour. Solr now works out of the box with e.g. Tomcat, JBoss,...</li>
+<li>Directory IO rate limiting based on the IO context.</li>
+<li>Distributed search support for MoreLikeThis.</li>
+<li>Multi-core: On-demand core loading and LRU-based core unloading after
+  reaching a user-specified maximum number.</li>
+<li>The new Solr 4 spatial fields now work with the {!geofilt} and {!bbox}
+  query parsers. The score local-param works too.</li>
+<li>Extra statistics to RequestHandlers - 5 &amp; 15-minute reqs/sec rolling
+  averages; median, 75th, 95th, 99th, 99.9th percentile request times.</li>
+<li>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>) </li>
+</ul>
+<h4 id="admin-ui-improvements">Admin UI improvements:</h4>
+<ul>
+<li>Internet Explorer is now supported</li>
+<li>Enhanced readability of XML query response display in Query UI</li>
+<li>Many improvements to DataImportHandler UI</li>
+<li>Core creation and deletion now updates the main/left list of cores</li>
+<li>Admin Cores UI now redirects to newly created core details</li>
+<li>Deleted documents are calculated/displayed</li>
+<li>Allow multiple Items to stay open on Plugins-Page </li>
+</ul>
+<h4 id="storage-improvements-thanks-to-the-new-lucene-41-codec">Storage improvements (thanks to the new Lucene 4.1 codec):</h4>
+<ul>
+<li>Faster search, in particular for rare terms such as primary key/id
+  fields.</li>
+<li>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>)</li>
+</ul>
+<h4 id="dataimporthandler-contrib-module-backwards-compatibility-breaks">DataImportHandler contrib module backwards-compatibility breaks:</h4>
+<ul>
+<li>These default to the "root" Locale, rather than the JVM default locale 
+  as before.<ul>
+<li>NumberFormatTransformer &amp; DateFormatTransformer</li>
+<li>"formatDate" evaluator </li>
+<li>"dataimport.properties" file "last_index_time" property</li>
+</ul>
+</li>
+<li>These default to UTF-8 encoding, rather than the JVM default encoding 
+  as before.<ul>
+<li>FileDataSource &amp; FieldReaderDataSource<br />
+</li>
+</ul>
+</li>
+<li>These may require code changes to custom plug-ins<ul>
+<li>The EvaluatorBag class was eliminated and its public/protected methods 
+  were moved to the Evaluator abstract class.</li>
+<li>The experimental DIHPropertiesWriter interface was renamed DIHProperties,
+  changed to an abstract class and given new signature.</li>
+</ul>
+</li>
+</ul>
 <p>Solr 4.1 also includes numerous optimizations and bugfixes.</p>
 <h2 id="25-december-2012-apache-lucene-362-and-apache-solr-362-available">25 December 2012 - Apache Lucene 3.6.2 and Apache Solr 3.6.2 available</h2>
 <p>The Lucene PMC is pleased to announce the availability