Versions Compared

Key

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

...

If you have installed ACT Ontology 4.0 then follow the instructions here for installing the Lucene Index files.

Note: If your system uses a different directory other than /opt/shrine/tomcat/, then it is recommended to make the following change below to your shrine.conf. This will help the Shrine locate the the lucene_index files. By default the system looks for the lucene_index in the /opt/shrine/tomcat/lib directory. 


Code Block
languagejs
themeRDark
lucene {

...


  directory = "/path to shrine/tomcat/lib/lucene_index"

...


  suggestDirectory = "/path to shrine/tomcat/lib/suggest_index"

...


}


Not doing this will result in the following webclient error: Error connecting to: "https://shrinehost/shrine-api/ontology/filterOptions"

...