Passing parameters in the startup script

You can start Solr with parameters telling how much logging would you like:

bin/solr start -f -v

The preceding script, which has parameter -v, says to start Solr with verbose logging:

bin/solr start -f -q

The preceding script, which has parameter -q, says to start Solr with quiet logging or print WARN level or more severe logs.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.59.6.153