Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
57bf3b79
Commit
57bf3b79
authored
Sep 19, 2007
by
Richard Mansfield
Browse files
Add a reminder for how to get the solr plugin working
parent
9416b26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/search/solr/readme.txt
0 → 100644
View file @
57bf3b79
To install & activate the Mahara solr plugin using Solr 1.2 from the
solr-tomcat5.5 debian package:
For existing Maharas, make sure $cfg->searchplugin does not appear in
config.php
As admin, set searchplugin to 'Solr' in site options, and in plugin
administration, set the Solr URL. For tomcat this will usually be
something like http://foo.com:8150/solr/. For the jetty package, the
default port is 8983.
In the solr installation, edit /etc/solr/conf/solrconfig.xml.
Comment out
<requestHandler name="/update" class="solr.XmlUpdateRequestHandler" />
Change handleSelect to "false" in
<requestDispatcher handleSelect="true" >
Copy the schema.xml file in this directory into /etc/solr/conf/ on the
solr server.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment