You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/08/07 18:10:19 UTC

svn commit: r1370334 - in /lucene/dev/trunk/solr: CHANGES.txt webapp/web/admin.html

Author: markrmiller
Date: Tue Aug  7 16:10:19 2012
New Revision: 1370334

URL: http://svn.apache.org/viewvc?rev=1370334&view=rev
Log:
SOLR-3579: SolrCloud view should default to the graph view rather than tree view.

Modified:
    lucene/dev/trunk/solr/CHANGES.txt
    lucene/dev/trunk/solr/webapp/web/admin.html

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1370334&r1=1370333&r2=1370334&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Aug  7 16:10:19 2012
@@ -247,6 +247,9 @@ Other Changes
   rich-text documents correctly, along with facets for author and content_type.  
   With the new "content" field, highlighting of body is supported. See also SOLR-3672 for
   easier posting of a whole directory structure. (Jack Krupansky, janhoy)
+  
+* SOLR-3579: SolrCloud view should default to the graph view rather than tree view.
+  (steffkes, Mark Miller)
 
 ==================  4.0.0-ALPHA ==================
 More information about this release, including any errata related to the 

Modified: lucene/dev/trunk/solr/webapp/web/admin.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/admin.html?rev=1370334&r1=1370333&r2=1370334&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/admin.html (original)
+++ lucene/dev/trunk/solr/webapp/web/admin.html Tue Aug  7 16:10:19 2012
@@ -95,8 +95,8 @@ limitations under the License.
 
             <li id="cloud" class="global optional"><p><a href="#/~cloud">Cloud</a></p>
               <ul>
-                <li class="tree"><a href="#/~cloud">Tree</a></li>
-                <li class="graph"><a href="#/~cloud?view=graph">Graph</a></li>
+                <li class="tree"><a href="#/~cloud?view=tree">Tree</a></li>
+                <li class="graph"><a href="#/~cloud">Graph</a></li>
                 <li class="rgraph"><a href="#/~cloud?view=rgraph">Graph (Radial)</a></li>
                 <li class="dump"><a href="#/~cloud">Dump</a></li>
               </ul>