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 2015/09/25 00:14:44 UTC

svn commit: r1705177 - in /lucene/cms/trunk: content/solr/features.mdtext lib/path.pm

Author: sarowe
Date: Thu Sep 24 22:14:44 2015
New Revision: 1705177

URL: http://svn.apache.org/viewvc?rev=1705177&view=rev
Log:
update item about stats over pivot facets

Modified:
    lucene/cms/trunk/content/solr/features.mdtext
    lucene/cms/trunk/lib/path.pm

Modified: lucene/cms/trunk/content/solr/features.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/features.mdtext?rev=1705177&r1=1705176&r2=1705177&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/features.mdtext (original)
+++ lucene/cms/trunk/content/solr/features.mdtext Thu Sep 24 22:14:44 2015
@@ -624,7 +624,7 @@ Title: Features
         </li>
       </div>
       <div class="small-6 columns">
-        <li>Coming in Solr 5.0: Statistics over pivot facets
+        <li>Field Statistics can be combined with nested Pivot Faceting
         </li>
       </div>
     </div>

Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1705177&r1=1705176&r2=1705177&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Thu Sep 24 22:14:44 2015
@@ -1,6 +1,6 @@
 package path;
 use ASF::Value;
- 
+
 # taken  from django's url.py
 $localMode = 0;