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

ASF subversion and git services commented on SOLR-11131:
--------------------------------------------------------

Commit c411172c74609a70556ce1cc89145e55085399cd in lucene-solr's branch 
refs/heads/branch_7x from [~anshumg]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=c411172 ]

SOLR-11131: Document 'assert' as a command option in bin/solr, and bin/solr.cmd 
scripts


> bin/solr help doesn't mention "assert" as a COMMAND option
> ----------------------------------------------------------
>
>                 Key: SOLR-11131
>                 URL: https://issues.apache.org/jira/browse/SOLR-11131
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: scripts and tools
>    Affects Versions: master (8.0)
>         Environment: Any POSIX-compliant environment.
>            Reporter: Jason Gerlowski
>            Assignee: Erick Erickson
>            Priority: Trivial
>         Attachments: SOLR-11131.patch, SOLR-11131.patch
>
>
> The root help/usage text for {{bin/solr}} looks like:
> {noformat}
> [~/c/l/solr] $ bin/solr
> Usage: solr COMMAND OPTIONS
>        where COMMAND is one of: start, stop, restart, status, healthcheck, 
> create, create_core, create_collection, delete, version, zk, auth
>   Standalone server example (start Solr running in the background on port 
> 8984):
>     ./solr start -p 8984
>   SolrCloud example (start Solr running in SolrCloud mode using 
> localhost:2181 to connect to Zookeeper, with 1g max heap size and remote Java 
> debug options enabled):
>     ./solr start -c -m 1g -z localhost:2181 -a "-Xdebug 
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"
> Pass -help after any COMMAND to see command-specific usage information,
>   such as:    ./solr start -help or ./solr stop -help
> {noformat}
> The list of valid commands near the top leaves off {{assert}}, a tool created 
> back in SOLR-9610
> The usage text should be amended to include assert in the list.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to