You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2014/11/08 04:49:16 UTC

svn commit: r1637507 - /lucene/cms/branches/solr_6058/content/solr/features.mdtext

Author: sarowe
Date: Sat Nov  8 03:49:16 2014
New Revision: 1637507

URL: http://svn.apache.org/r1637507
Log:
SOLR-6058: more detailed features

Modified:
    lucene/cms/branches/solr_6058/content/solr/features.mdtext

Modified: lucene/cms/branches/solr_6058/content/solr/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/branches/solr_6058/content/solr/features.mdtext?rev=1637507&r1=1637506&r2=1637507&view=diff
==============================================================================
--- lucene/cms/branches/solr_6058/content/solr/features.mdtext (original)
+++ lucene/cms/branches/solr_6058/content/solr/features.mdtext Sat Nov  8 03:49:16 2014
@@ -23,7 +23,7 @@ Title: Features
           <div class="img"><img src="/solr/assets/images/Solr_Icons_advanced_full-text_search.svg"/></div>
           <div class="content">
             <h3>Advanced Full-Text Search Capabilities</h3>
-            <p>Powered by Lucene, Solr enables powerful matching capabilities including phrases, wildcards, joins, grouping and much more across a any data type</p>
+            <p>Powered by Lucene, Solr enables powerful matching capabilities including phrases, wildcards, joins, grouping and much more across any data type</p>
           </div>
         </div>
       </li>
@@ -154,7 +154,7 @@ Title: Features
         <div class="box">
           <div class="img"><img src="/solr/assets/images/Solr_Icons_geospatial_search.svg"/></div>
           <div class="content">
-            <h3>Geospatial Search with Support</h3>
+            <h3>Geospatial Search</h3>
             <p>Enabling location-based search is simple with Solr's built-in support for spatial search</p>
           </div>
         </div>
@@ -211,7 +211,7 @@ Title: Features
           <div class="img"><img src="/solr/assets/images/Solr_Icons_monitorable_logging.svg"/></div>
           <div class="content">
             <h3>Monitorable Logging</h3>
-            <p>Easily ccess Solr's log files from the admin interface</p>
+            <p>Easily access Solr's log files from the admin interface</p>
           </div>
         </div>
       </li>
@@ -454,7 +454,7 @@ Title: Features
         </li>
       </div>
       <div class="small-6 columns">
-        <li>Term, Query, Range, Date, Function and Pivot faceting implementations make data investigation simple and powerful
+        <li>Term, Query, Range, Date and Pivot faceting implementations make data investigation simple and powerful
         </li>
       </div>
     </div>
@@ -613,11 +613,17 @@ Title: Features
     </div>
     <div class="row">
       <div class="small-6 columns">
-        <li>TODO: MORE HERE ON Expressions, stats, etc.
+        <li>Function query results can be returned with hits, and used to sort or boost hits 
         </li>
       </div>
       <div class="small-6 columns">
-        <li>TODO
+        <li>Coming in Solr 5.0: Statistics over pivot facets
+        </li>
+      </div>
+    </div>
+    <div class="row">
+      <div class="small-6 columns">
+        <li>The stats component can compute min, max, sum, mean, distinct values, and more 
         </li>
       </div>
     </div>
@@ -629,7 +635,6 @@ Title: Features
   </ul>
 </section>
 
-
 <section class="orange">
   <div class="row">
     <div class="large-12 columns">