Changes between Version 27 and Version 28 of apachesolr
- Timestamp:
- May 6, 2011, 1:55:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v27 v28 99 99 ==== Create new Solr configuration ==== 100 100 101 Let's assume your site is called <sitename>. Copy the configuration directory 102 {{{ 103 cp -a /etc/solr/conf /etc/solr/<sitename>/conf 104 }}} 105 106 If you need a different configuration than the [http://drupal.org/project/apachesolr Apache Solr Drupal module] provides you probably have to change at least ''schema.xml'' and ''solrconfig.xml''. 107 108 ==== Create new Solr core ==== 101 Let's assume your site is called <sitename>. 109 102 110 103 Create a directory for the new Solr core … … 117 110 cp -a /etc/solr/testsite /etc/solr/<sitename> 118 111 }}} 112 113 Copy the configuration directory 114 {{{ 115 cp -a /etc/solr/conf /etc/solr/<sitename>/conf 116 }}} 117 118 If you need a different configuration than the [http://drupal.org/project/apachesolr Apache Solr Drupal module] provides you probably have to change at least ''schema.xml'' and ''solrconfig.xml''. 119 119 120 120 Change the symbolic link to the new configuration directory