[ 
https://issues.apache.org/jira/browse/SOLR-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234290#comment-13234290
 ] 

Erik Hatcher commented on SOLR-3259:
------------------------------------

bq. And I totally agree that the less frustrating we make startup for a new 
person the better. Could we solve it by providing some number of startup 
scripts? Each is stupid-simple "java -Dsolr.solr.home=blahblah -jar start.jar". 
Or even a shell script that took a parameter that defaulted to a simple, single 
core....

We kinda already have this, powered by "ant run-example", you can -D 
control/override any of these, even turning on debug with -Dexample.debug=true

{code}
    <property name="example.solr.home" location="example/solr"/>
    <property name="example.data.dir" location="example/solr/data"/>
    <property name="example.debug.suspend" value="n"/>
    <property name="example.jetty.port" value="8983"/>
    <condition property="example.jvm.line" value="-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=${example.debug.suspend},address=5005">
      <isset property="example.debug"/>
    </condition>
    <property name="example.jvm.line" value=""/>
    <property name="example.heap.size" value="512M"/>
{code}

Granted this is Ant and carries with it a dependency to be installed, so not 
the not quite what Erick is asking for in end user ease of experience.  But the 
Ant run-example capability is the basic idea of what should be controllable at 
a minimum.  

                
> Solr 4 aesthetics
> -----------------
>
>                 Key: SOLR-3259
>                 URL: https://issues.apache.org/jira/browse/SOLR-3259
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>             Fix For: 4.0
>
>
> Solr 4 will be a huge new release... we should take this opportunity to 
> improve the out-of-the-box experience.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to