Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Create new Index-Configuration in Project ddb-backend/Cortex/conf/solr
  • If additional LIbraries are needed for the new Index, copy libraries into directory ddb-backend/Cortex/conf/solr/lib
  • Build and deploy Project ddb-backend
  • As User solr create new Directory with name of the index below /data/ddb/tools/solr/data
  • Below new Directory create Subdirectory "data" + file core.properties with content: name=<nameOfIndex>
  • Check correct Access-Rights of Directories + Files
  • Below new Directory as user root create new Symbolic Link that points to config in Cortex-Project (ln s /data/ddb/Cortex/conf/solr/<index-name>/conf conf)
  • If additional Libraries are needed, create symbolic-link from /data/ddb/Cortex/lib/<jarfile>  to /data/ddb/tools/solr/current/server/solr-webapp/webapp/WEB-INF/lib/<jarfile>
  • Restart SOLR