mirror of https://github.com/apache/lucene.git
Update clustering /browse UI to reflect long past change with Carrot dependencies that used to require a system property switch to enable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28b1e9e4ed
commit
a137d089c8
|
@ -1261,13 +1261,8 @@
|
|||
|
||||
http://wiki.apache.org/solr/ClusteringComponent
|
||||
|
||||
You'll need to set the solr.cluster.enabled system property
|
||||
when running solr to run with clustering enabled:
|
||||
|
||||
java -Dsolr.clustering.enabled=true -jar start.jar
|
||||
-->
|
||||
<searchComponent name="clustering"
|
||||
enable="${solr.clustering.enabled:false}"
|
||||
class="solr.clustering.ClusteringComponent" >
|
||||
<!-- Declare an engine -->
|
||||
<lst name="engine">
|
||||
|
@ -1333,7 +1328,6 @@
|
|||
-->
|
||||
<requestHandler name="/clustering"
|
||||
startup="lazy"
|
||||
enable="${solr.clustering.enabled:false}"
|
||||
class="solr.SearchHandler">
|
||||
<lst name="defaults">
|
||||
<bool name="clustering">true</bool>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<h2 #annTitle("Clusters generated by Carrot2 using the /clustering RequestHandler")>Clusters</h2>
|
||||
<div id="clusters">
|
||||
Run Solr with java -Dsolr.clustering.enabled=true -jar start.jar to see results
|
||||
Loading clusters...
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
|
Loading…
Reference in New Issue