SOLR-3579: SolrCloud view should default to the graph view rather than tree view.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1370334 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-08-07 16:10:19 +00:00
parent 904a504825
commit 22d9268a2d
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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>