Changes between Version 5 and Version 6 of apachesolr


Ignore:
Timestamp:
Aug 29, 2010, 3:39:01 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • apachesolr

    v5 v6  
     1[[PageOutline]]
     2
    13= Apache Solr on mirabal.mayfirst.org =
    24
    3 mirabal.mayfirst.org is a dedicated [http://lucene.apache.org/solr/ Apache Solr] Server.
     5[http://lucene.apache.org/solr/ Apache Solr] is an indexing and searching program that can replace the Drupal core search engine with a much improved system.
    46
    5 == // For webmasters // ==
     7mirabal.mayfirst.org is a dedicated Apache Solr Server that is available for use by any May First/People Link member.
    68
    7 ''...who want to use mirabal.mayfirst.org as their Apache Solr server''
     9== Drupal Administrators ==
    810
    9 === Get in touch ===
     11If you run a Drupal web site, you can use Solr.  The first step is to determine if you primary host is connected to our Solr server. The following hosts are currently connected:
    1012
    11 Please write a [/newticket ticket] or contact the tech crew via [https://chat.indymedia.org/?chans=mayfirst&nick=visita IRC] ([https://chat.indymedia.org/?form=off&secure=on&chans=mayfirst&nick=solr&cgiirc=mozilla Firefox], [https://chat.indymedia.org/?form=off&secure=on&chans=mayfirst&nick=solr&cgiirc=konqueror Konqueror/Safari], [https://chat.indymedia.org/?form=off&secure=on&chans=mayfirst&nick=solr&cgiirc=opera7 Opera 7], [https://chat.indymedia.org/?form=off&secure=on&chans=mayfirst&nick=solr&cgiirc=opera Opera], [https://chat.indymedia.org/?form=off&secure=on&chans=mayfirst&nick=solr&cgiirc=ie Internet Explorer]).
     13 * lucy.mayfirst.org
     14 
     15If 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.
    1216
    13 === Provide SSH access ===
    14 
    15 You have to ask the admin of your host server to create a new user on the server and add mirabal's public ssh key to the new user's ./ssh/authorized_keys file. mirabal will connect to the host server and provide an ssh tunnel to the Apache Solr server.
    16 
    17 === Access Apache Solr ===
    18 
    19 You can then connect to the Apache Solr server on mirabal.mayfirst.org:
     17Once your host is solr-enabled then you can then connect to the Apache Solr server with:
    2018
    2119{{{
     
    2523}}}
    2624
    27 == // For admins // ==
     25== Administrators ==
    2826
    29 ''...who want to add access for another website to Apache Solr on mirabal.mayfirst.org''
     27Below are the steps administrators must take to provide solr access.
     28
     29=== On the primary server ===
     30
     31Create a new user on the server and add mirabal's public ssh key to the new user's ./ssh/authorized_keys file. mirabal will connect to the host server and provide an ssh tunnel to the Apache Solr server.
     32
     33
     34=== On Mirabal  ===
    3035
    3136There are two things to do on mirabal.mayfirst.org: add a ssh tunnel to the host server and create a new Apache Solr site in Apache Tomcat.
    3237
    33 === Create SSH tunnel ===
     38==== Create SSH tunnel ====
    3439
    3540To add a SSH tunnel simply add the login credentials to
     
    4348}}}
    4449
    45 === Test SSH tunnel ===
     50==== Test SSH tunnel ====
    4651
    4752Check with
     
    5762the Apache Tomcat welcome page from mirabal.mayfirst.org.
    5863
    59 === Create new Solr configuration ===
     64==== Create new Solr configuration ====
    6065
    6166Copy the configuration directory
     
    6671If you need a different configuration than [http://drupal.org/project/apachesolr Apache Solr Drupal] you probably have to change at least ''schema.xml'' and ''solrconfig.xml''.
    6772
    68 === Create new Solr site ===
     73==== Create new Solr site ====
    6974
    7075Copy an existing Solr core
     
    9398}}}
    9499
    95 === Create new Solr core ===
     100==== Create new Solr core ====
    96101
    97102Add a new core
     
    104109}}}
    105110
    106 === Restart Apache Tomcat ===
     111==== Restart Apache Tomcat ====
    107112
    108113Restart Apache Tomcat with