You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

  • 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)
  • Restart SOLR
  • No labels