Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
archipelago:solr_base [2019/02/05 08:26]
giancarlo
archipelago:solr_base [2019/02/28 11:33]
giancarlo
Line 66: Line 66:
  SOLR_LOGS_DIR="/var/solr/logs"  SOLR_LOGS_DIR="/var/solr/logs"
  SOLR_PORT="8983"  SOLR_PORT="8983"
 +</code>
 +</WRAP>
 +  * Create new core
 +<WRAP prewrap center>
 +<code>
 +download conf files to solrconfigford8/conf
 +</code>
 +</WRAP>
 +<WRAP prewrap center>
 +<code>
 +cd /opt/solr
 +sudo -u solr bin/solr create_core -c archipelago -d solrconfigford8/conf -V
 +
 + INFO  - 2019-02-05 06:52:07.808; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
 + Copying configuration to new core instance directory:
 + /var/solr/data/archipelago
 + Creating new core 'archipelago' using command:
 + http://localhost:8983/solr/admin/cores?action=CREATE&name=archipelago&instanceDir=archipelago
 + {
 +   "responseHeader":{
 +     "status":0,
 +     "QTime":5344},
 +   "core":"archipelago"}
 +</code>
 +</WRAP>
 +<WRAP prewrap center>
 +<code>
 +ls -l /var/solr/data/
 +
 +drwxr-xr-x 4 solr solr 4096 Feb  5 06:52 archipelago
 +-rw-r----- 1 solr solr 2117 Feb  4 15:59 solr.xml
 +-rw-r----- 1 solr solr  975 Feb  4 15:59 zoo.cfg
 +
 +ls -l /var/solr/data/archipelago/
 +
 +drwxr-xr-x 2 solr solr 4096 Dec 13 19:05 conf
 +-rw-rw-r-- 1 solr solr   81 Feb  5 06:52 core.properties
 +drwxrwxr-x 6 solr solr 4096 Feb  5 06:52 data
 +
 +ls -l /var/solr/data/archipelago/data/
 +
 +drwxrwxr-x 2 solr solr 4096 Feb  5 06:52 analyzingInfixSuggesterIndexDir
 +drwxrwxr-x 2 solr solr 4096 Feb  5 06:52 index
 +drwxrwxr-x 2 solr solr 4096 Feb  5 06:52 snapshot_metadata
 +drwxrwxr-x 2 solr solr 4096 Feb  5 06:52 tlog
 +
 +ls -l /var/solr/data/archipelago/conf/
 +
 +-rw-r--r-- 1 solr solr  1071 Dec 13 19:05 elevate.xml
 +-rw-r--r-- 1 solr solr   507 Dec 13 19:05 mapping-ISOLatin1Accent.txt
 +-rw-r--r-- 1 solr solr   186 Dec 13 19:05 protwords.txt
 +-rw-r--r-- 1 solr solr   194 Dec 13 19:05 schema_extra_fields.xml
 +-rw-r--r-- 1 solr solr  2413 Dec 13 19:05 schema_extra_types.xml
 +-rw-r--r-- 1 solr solr 44821 Dec 13 19:05 schema.xml
 +-rw-r--r-- 1 solr solr   498 Dec 13 19:05 solrconfig_extra.xml
 +-rw-r--r-- 1 solr solr  3300 Dec 13 19:05 solrconfig_spellcheck.xml
 +-rw-r--r-- 1 solr solr 55959 Dec 13 19:05 solrconfig.xml
 +-rw-r--r-- 1 solr solr   657 Dec 13 19:05 solrcore.properties
 +-rw-r--r-- 1 solr solr   280 Dec 13 19:05 stopwords.txt
 +-rw-r--r-- 1 solr solr   213 Dec 13 19:05 synonyms.txt
 +</code>
 +</WRAP>
 +  * Update conf for search_api_solr:3.x-dev
 +<WRAP prewrap center>
 +<code>
 +cd ~
 +wget https://github.com/esmero/archipelago-aws-demo/archive/master.zip
 +unzip master.zip
 +service solr stop
 +rm /var/solr/data/archipelago/conf/*
 +cp ~/archipelago-aws-demo-master/solrconfigford8/conf/* /var/solr/data/archipelago/conf/
 +chown -R solr:solr /var/solr/data/archipelago/conf
 +service solr start
 </code> </code>
 </WRAP> </WRAP>
 
 
archipelago/solr_base.txt ยท Last modified: 2020/07/10 17:28 by giancarlo

Developers: CNR IRCrES IT Office and Library
Giancarlo Birello (giancarlo.birello _@_ ircres.cnr.it) and Anna Perin (anna.perin _@_ ircres.cnr.it)
DigiBess is licensed under: Creative Commons License
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki