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:12:09 UTC

svn commit: r1370335 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt solr/webapp/ solr/webapp/web/admin.html

Author: markrmiller
Date: Tue Aug  7 16:12:08 2012
New Revision: 1370335

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

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_4x/solr/webapp/   (props changed)
    lucene/dev/branches/branch_4x/solr/webapp/web/admin.html

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1370335&r1=1370334&r2=1370335&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Aug  7 16:12:08 2012
@@ -243,6 +243,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/branches/branch_4x/solr/webapp/web/admin.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/webapp/web/admin.html?rev=1370335&r1=1370334&r2=1370335&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/webapp/web/admin.html (original)
+++ lucene/dev/branches/branch_4x/solr/webapp/web/admin.html Tue Aug  7 16:12:08 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>