Skip to content

Commit

Permalink
[docs][solr] Upgrade solr setup docs schema-1.3.xml -> schema-1.4.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Apr 26, 2012
1 parent 146a5c1 commit 37bf214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/solr-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ so, create a symbolic link to the schema file in the config folder. Use the late
supported by the CKAN version you are installing (it will generally be the highest one)::

sudo mv /etc/solr/conf/schema.xml /etc/solr/conf/schema.xml.bak
sudo ln -s ~/ckan/ckan/config/solr/schema-1.3.xml /etc/solr/conf/schema.xml
sudo ln -s ~/ckan/ckan/config/solr/schema-1.4.xml /etc/solr/conf/schema.xml

Now restart jetty::

Expand All @@ -93,6 +93,7 @@ will have different paths in the Solr server URL::

http://localhost:8983/solr/ckan-schema-1.2 # Used by CKAN up to 1.5
http://localhost:8983/solr/ckan-schema-1.3 # Used by CKAN 1.5.1
http://localhost:8983/solr/ckan-schema-1.4 # Used by CKAN 1.7
http://localhost:8983/solr/some-other-site # Used by another site

To set up a multicore Solr instance, repeat the steps on the previous section
Expand Down

0 comments on commit 37bf214

Please sign in to comment.