Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Valid from 4.3

The documentation below is valid from Datafari v4.3 upwards

The search administrator has the task to manage the Solr configuration, which is done through Zookeeper.

...

  • Edit the Solr configuration 

    • From the admin UI: You can easily modify some parameters of the Solr configuration from the admin UI (e.g. the synonyms).

    • From the file system: You can change the configuration in the filesystem directory to change precise parameters that you cannot change directly in the UI. The path is : /opt/datafari/solr/solrcloud/FileShare/conf

  • Once modified, you have to send the new configuration to Zookeeper (see below)

...

Info

By default, all files are uploaded excepted the files modified by the Solr API : configoverlay configoverlay.json,configsetprops.json,managed-schema,params.json
This list can be modified if needed. To do so edit the file /opt/datafari/tomcat/conf/solr.properties : the line to change is :
FILESTONOTBEUPLOADED=configoverlay.json,configsetprops.json,managed-schema,params.json
When you are done with your changes, restart Datafari (or simply restart Tomcat only) to take the changes into effect.

...

If you want to download the Solr configuration present in Zookeeper and store into the file system (in /opt/datafari/bin/backup/solr), simply click on the Download button within the Download Configuration Files from the System Configuration Manager section.

...