You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2016/05/18 20:55:12 UTC

[jira] [Created] (SOLR-9131) Fix "start solr" text in cluster.vm Velocity template

Jan Høydahl created SOLR-9131:
---------------------------------

             Summary: Fix "start solr" text in cluster.vm Velocity template
                 Key: SOLR-9131
                 URL: https://issues.apache.org/jira/browse/SOLR-9131
             Project: Solr
          Issue Type: Bug
          Components: contrib - Velocity
            Reporter: Jan Høydahl
            Assignee: Jan Høydahl
             Fix For: 6.1


In the sample techproducts config set, there is the following text under the {{Clusters}} heading:
{quote}
Run Solr with java -Dsolr.clustering.enabled=true -jar start.jar to see clustered search results.
{quote}

We no longer recommend starting Solr using {{java -jar start.jar}}, Change the text into

{noformat}
Run Solr with option -Dsolr.clustering.enabled=true to see clustered search results.
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org