mirror of https://github.com/apache/lucene.git
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:
parent
904a504825
commit
22d9268a2d
|
@ -248,6 +248,9 @@ Other Changes
|
||||||
With the new "content" field, highlighting of body is supported. See also SOLR-3672 for
|
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)
|
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 ==================
|
================== 4.0.0-ALPHA ==================
|
||||||
More information about this release, including any errata related to the
|
More information about this release, including any errata related to the
|
||||||
release notes, upgrade instructions, or other changes may be found online at:
|
release notes, upgrade instructions, or other changes may be found online at:
|
||||||
|
|
|
@ -95,8 +95,8 @@ limitations under the License.
|
||||||
|
|
||||||
<li id="cloud" class="global optional"><p><a href="#/~cloud">Cloud</a></p>
|
<li id="cloud" class="global optional"><p><a href="#/~cloud">Cloud</a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="tree"><a href="#/~cloud">Tree</a></li>
|
<li class="tree"><a href="#/~cloud?view=tree">Tree</a></li>
|
||||||
<li class="graph"><a href="#/~cloud?view=graph">Graph</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="rgraph"><a href="#/~cloud?view=rgraph">Graph (Radial)</a></li>
|
||||||
<li class="dump"><a href="#/~cloud">Dump</a></li>
|
<li class="dump"><a href="#/~cloud">Dump</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue