Skip to content

Commit

Permalink
Added comment about solr boosting #4158
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-a-dunlap committed Mar 22, 2018
1 parent 9ae5a21 commit f90e00a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,16 @@ Dataverse requires a custom Solr configuration and schema to operate and are con
# cp /tmp/schema.xml schema.xml
# cp /tmp/solrconfig.xml solrconfig.xml

Note: Dataverse has customized Solr to boost results that come from certain indexed elements inside Dataverse, for example results matching on the name of a dataset. If you would like to remove this, edit your solrconfig.xml and remove the ``<str name="qf">`` element and its contents.

With the Dataverse-specific schema in place, you can now start Solr and create the core that will be used to manage search information::

# cd /usr/local/solr-7.2.1
# bin/solr start
# bin/solr create_core -c collection1 -d server/solr/collection1/conf/



Solr Init Script
================

Expand Down

0 comments on commit f90e00a

Please sign in to comment.