Changes between Version 40 and Version 41 of apachesolr
- Timestamp:
- Jun 6, 2011, 3:49:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v40 v41 90 90 }}} 91 91 92 You can delete (stop/disable/remove) port forwarding with {{{solr_delssh $SERVERNAME}}} (see {{{solr_delssh --man}}} for help and more options) 92 You can delete (stop/disable/remove) port forwarding with {{{solr_delssh $SERVERNAME}}} (see {{{solr_delssh --man}}} for help and more options). 93 93 94 94 ==== Test SSH tunnel ==== … … 108 108 ==== Create new Solr configuration ==== 109 109 110 Use {{{solr_addsite}}} to create a new Solr instance names $SITENAME:110 Use {{{solr_addsite}}} to create a new Solr instance 111 111 112 112 {{{solr_addsite $SITENAME}}} … … 114 114 The script will output the Solr admin path (the $SITEPATH) for the new Solr instance. 115 115 116 You can delete an instance with {{{solr_delsite $SITENAME}}} (see {{{solr_delsite --man}}} for help and more options) 116 You can delete an instance with {{{solr_delsite $SITENAME}}} (see {{{solr_delsite --man}}} for help and more options). 117 117 118 118 ==== Restart Apache Tomcat ====