Changes between Version 19 and Version 20 of apachesolr
- Timestamp:
- Aug 29, 2010, 6:24:39 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
apachesolr
v19 v20 80 80 }}} 81 81 82 If you need a different configuration than that provided by [http://drupal.org/project/apachesolr Apache Solr Drupal module] you probably have to change at least ''schema.xml'' and ''solrconfig.xml''. If you have a multilingual Drupal site then install [http://drupal.org/project/apachesolr_multilingual Apache Solr Drupal multilingual module] and go to ''admin/settings/apachesolr/schema_generator'' on your Drupal site to download the site specific schema files which you have to put into your conf directory.82 If you need a different configuration than that provided by [http://drupal.org/project/apachesolr Apache Solr Drupal module] you probably have to change at least ''schema.xml'' and ''solrconfig.xml''. 83 83 84 84 ==== Create new Solr core ==== … … 131 131 Check that the new core is accessible with: 132 132 {{{ 133 links http://localhost:8080/solr/<sitename>/admin 133 links http://localhost:8080/solr/<sitename>/admin/. 134 134 }}}