You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/08/14 06:26:02 UTC

[Solr Wiki] Trivial Update of "SolrOperationsTools" by KojiSekiguchi

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrOperationsTools" page has been changed by KojiSekiguchi.
The comment on this change is: fix typo - sync with fix in SOLR-2046.
http://wiki.apache.org/solr/SolrOperationsTools?action=diff&rev1=5&rev2=6

--------------------------------------------------

  === abc ===
  
     {{{
- usage: abc [-h hostname] [-p port] [-d dir] [-w webappname] [-u username] [-U url] [-v] [-V]
+ usage: abc [-h hostname] [-p port] [-d dir] [-w webapp_name] [-u username] [-U url] [-v] [-V]
         -h          specify Solr hostname (defaults to localhost)
         -p          specify Solr port number
         -w          specify name of Solr webapp (defaults to solr)
         -u          specify user to sudo to before running script
         -U          specify full update url (overrides -h,-p,-w parameters)
-        -d          specify directory holding index data
+        -d          specify directory holding index data (defaults to data)
         -v          increase verbosity
         -V          output debugging info
  }}}
@@ -77, +77 @@

  
  === optimize ===
     {{{
- usage: optimize [-h hostname] [-p port] [-u username] [-U url] [-v] [-V]
+ usage: optimize [-h hostname] [-p port] [-w webapp_name] [-u username] [-U url] [-v] [-V]
         -h          specify Solr hostname (defaults to localhost)
         -p          specify Solr port number
         -w          specify name of Solr webapp (defaults to solr)