Changes between Version 20 and Version 21 of apachesolr


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

--

Legend:

Unmodified
Added
Removed
Modified
  • apachesolr

    v20 v21  
    1515If your primary server is not listed, please open a [/newticket ticket] or [wiki:chat contact the support team] to request having your primary host added.
    1616
    17 Once your host is solr-enabled then you can then connect to the Apache Solr server with:
     17=== Enable Apache Solr on Drupal ===
     18
     19To enable Solr you have to install [http://drupal.org/project/apachesolr Apache Solr Drupal module] which is done best through drush:
     20
     21{{{
     22drush dl apachesolr
     23drush solr-phpclient
     24}}}
     25
     26=== Configure Apache Solr on Drupal ===
     27
     28Once your host is solr-enabled then you can then connect to the Apache Solr server. Enter on your website at ''admin/settings/apachesolr'':
    1829
    1930{{{
     
    8091}}}
    8192
    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''.
     93If 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''.
    8394
    8495==== Create new Solr core ====