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/07/23 18:17:29 UTC

svn commit: r870823 - in /websites/staging/lucene/trunk/content: ./ mainnews.html

Author: buildbot
Date: Tue Jul 23 16:17:28 2013
New Revision: 870823

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/mainnews.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 16:17:28 2013
@@ -1 +1 @@
-1506141
+1506143

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 23 16:17:28 2013
@@ -218,14 +218,14 @@ with the release for a full list of deta
 </li>
 <li>
 <p>New Lucene Facet module features: </p>
-</li>
+<ul>
 <li>Added dynamic (no taxonomy index used) numeric range faceting (see
-    http://blog.mikemccandless.com/2013/05/dynamic-faceting-with-lucene.html )</li>
+  http://blog.mikemccandless.com/2013/05/dynamic-faceting-with-lucene.html )</li>
 <li>Arbitrary Querys are now allowed for per-dimension drill-down on
-    DrillDownQuery and DrillSideways, to support future dynamic faceting.</li>
-<li>
-<p>New FacetResult.mergeHierarchies: merge multiple FacetResult of the
-    same dimension into a single one with the reconstructed hierarchy.</p>
+  DrillDownQuery and DrillSideways, to support future dynamic faceting.</li>
+<li>New FacetResult.mergeHierarchies: merge multiple FacetResult of the
+  same dimension into a single one with the reconstructed hierarchy.</li>
+</ul>
 </li>
 <li>
 <p>FST's Builder can now handle more than 2.1 billion "tail nodes" while
@@ -283,17 +283,17 @@ with the release for a full list of deta
   on the values in added/updated documents, and are then added to the schema
   prior to processing the update.  Note that the below-described features
   are also useful independently from schemaless mode operation.   </p>
-</li>
+<ul>
 <li>New Parse{Date,Integer,Long,Float,Double,Boolean}UpdateProcessorFactory
-    classes parse/guess the field value class for String-valued and unknown
-    fields.</li>
+  classes parse/guess the field value class for String-valued and unknown
+  fields.</li>
 <li>New AddSchemaFieldsUpdateProcessor: Automatically add new fields to the
-    schema when adding/updating documents with unknown fields. Custom rules
-    map field value class(es) to schema fieldTypes.</li>
-<li>
-<p>A new schemaless mode example configuration, using the above-described 
-    field-value-class-guessing and unknown-field-schema-addition features,
-    is provided at solr/example/example-schemaless/.</p>
+  schema when adding/updating documents with unknown fields. Custom rules
+  map field value class(es) to schema fieldTypes.</li>
+<li>A new schemaless mode example configuration, using the above-described 
+  field-value-class-guessing and unknown-field-schema-addition features,
+  is provided at solr/example/example-schemaless/.</li>
+</ul>
 </li>
 <li>
 <p>Core Discovery mode: A new solr.xml format which does not store core