Changes between Version 19 and Version 20 of apachesolr


Ignore:
Timestamp:
Aug 29, 2010, 6:24:39 PM (15 years ago)
Author:
Bart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apachesolr

    v19 v20  
    8080}}}
    8181
    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.
     82If 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''.
    8383
    8484==== Create new Solr core ====
     
    131131Check that the new core is accessible with:
    132132{{{
    133 links http://localhost:8080/solr/<sitename>/admin
     133links http://localhost:8080/solr/<sitename>/admin/.
    134134}}}