You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2015/02/06 14:27:11 UTC

svn commit: r1657801 - in /lucene/dev/trunk/solr/webapp/web/tpl: dashboard.html dataimport.html schema-browser.html

Author: romseygeek
Date: Fri Feb  6 13:27:11 2015
New Revision: 1657801

URL: http://svn.apache.org/r1657801
Log:
LUCENE-4524: Revert some bogus text changes

Modified:
    lucene/dev/trunk/solr/webapp/web/tpl/dashboard.html
    lucene/dev/trunk/solr/webapp/web/tpl/dataimport.html
    lucene/dev/trunk/solr/webapp/web/tpl/schema-browser.html

Modified: lucene/dev/trunk/solr/webapp/web/tpl/dashboard.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/tpl/dashboard.html?rev=1657801&r1=1657800&r2=1657801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/tpl/dashboard.html (original)
+++ lucene/dev/trunk/solr/webapp/web/tpl/dashboard.html Fri Feb  6 13:27:11 2015
@@ -33,8 +33,8 @@ limitations under the License.
           <dt class="index_last-modified">Last Modified:</dt>
             <dd class="index_last-modified value timeago"></dd>
 
-          <dt class="index_num-postings">Num Docs:</dt>
-            <dd class="index_num-postings value"></dd>
+          <dt class="index_num-doc">Num Docs:</dt>
+            <dd class="index_num-doc value"></dd>
 
           <dt class="index_max-doc">Max Doc:</dt>
             <dd class="index_max-doc value"></dd>
@@ -42,8 +42,8 @@ limitations under the License.
           <dt class="index_heap-usage-bytes">Heap Memory Usage:</dt>
             <dd class="index_heap-usage-bytes value"></dd>
 
-          <dt class="index_deleted-postings">Deleted Docs:</dt>
-            <dd class="index_deleted-postings value"></dd>
+          <dt class="index_deleted-doc">Deleted Docs:</dt>
+            <dd class="index_deleted-doc value"></dd>
 
           <dt class="index_version">Version:</dt>
             <dd class="index_version value"></dd>

Modified: lucene/dev/trunk/solr/webapp/web/tpl/dataimport.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/tpl/dataimport.html?rev=1657801&r1=1657800&r2=1657801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/tpl/dataimport.html (original)
+++ lucene/dev/trunk/solr/webapp/web/tpl/dataimport.html Fri Feb  6 13:27:11 2015
@@ -27,7 +27,7 @@ limitations under the License.
 
         <strong></strong>
         <div class="details">
-          <div class="postings"></div>
+          <div class="docs"></div>
           <div class="dates"></div>
         </div>
 
@@ -180,4 +180,4 @@ limitations under the License.
   
   </div>
 
-</div>
\ No newline at end of file
+</div>

Modified: lucene/dev/trunk/solr/webapp/web/tpl/schema-browser.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/tpl/schema-browser.html?rev=1657801&r1=1657800&r2=1657801&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/tpl/schema-browser.html (original)
+++ lucene/dev/trunk/solr/webapp/web/tpl/schema-browser.html Fri Feb  6 13:27:11 2015
@@ -45,7 +45,7 @@ limitations under the License.
 
             <dt class="position-increment-gap"><abbr title="Position Increment Gap">PI Gap</abbr>:</dt>
 
-            <dt class="postings">Docs:</dt>
+            <dt class="docs">Docs:</dt>
 
             <dt class="distinct">Distinct:</dt>
                         
@@ -189,4 +189,4 @@ limitations under the License.
 
   </div>
 
-</div>
\ No newline at end of file
+</div>