You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/17 22:09:53 UTC

[2/2] lucene-solr:branch_5x: SOLR-9131: Fix "start solr" text in cluster.vm Velocity template (cherry picked from commit 59e6e3b)

SOLR-9131: Fix "start solr" text in cluster.vm Velocity template
(cherry picked from commit 59e6e3b)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/04da7507
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/04da7507
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/04da7507

Branch: refs/heads/branch_5x
Commit: 04da75076bfb7afbb9b781e4b6f8e64060afadc7
Parents: 889c158
Author: Jan H�ydahl <ja...@apache.org>
Authored: Thu May 19 14:04:16 2016 +0200
Committer: Steve Rowe <sa...@apache.org>
Committed: Fri Jun 17 18:09:45 2016 -0400

----------------------------------------------------------------------
 .../sample_techproducts_configs/conf/velocity/cluster.vm           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/04da7507/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/cluster.vm
----------------------------------------------------------------------
diff --git a/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/cluster.vm b/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/cluster.vm
index bfe2f3b..09885f3 100644
--- a/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/cluster.vm
+++ b/solr/server/solr/configsets/sample_techproducts_configs/conf/velocity/cluster.vm
@@ -9,7 +9,7 @@
 
 ## Div tag has placeholder text by default
 <div id="clusters">
-  Run Solr with java -Dsolr.clustering.enabled=true -jar start.jar to see clustered search results.
+  Run Solr with option -Dsolr.clustering.enabled=true to see clustered search results.
 </div>
 
 ## Replace the div content *if* Carrot^2 is available