Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
stepbystep:baseservices [2021/04/07 16:52] giancarlo |
stepbystep:baseservices [2021/07/15 16:23] (current) giancarlo [SOLR] |
||
---|---|---|---|
Line 584: | Line 584: | ||
sudo mv target/ | sudo mv target/ | ||
</ | </ | ||
+ | We need last ocrhighlighting from master (0.7.0 SNAPSHOT) | ||
+ | <code bash> | ||
+ | $ wget https:// | ||
+ | $ unzip main.zip | ||
+ | $ cd solr-ocrhighlighting-main/ | ||
+ | $ JAVA_HOME=/ | ||
+ | $ cd .. | ||
+ | $ sudo mv / | ||
+ | $ sudo mv solr-ocrhighlighting-main/ | ||
+ | $ rm -R solr-ocrhighlighting-main | ||
+ | |||
+ | Reload Solr | ||
+ | </ | ||
+ | Update to ocrhighlighting 0.7.0 release | ||
+ | <code bash> | ||
+ | $ wget https:// | ||
+ | $ unzip 0.7.0.zip | ||
+ | $ cd solr-ocrhighlighting-0.7.0 | ||
+ | $ JAVA_HOME=/ | ||
+ | $ cd .. | ||
+ | $ sudo mv / | ||
+ | $ sudo mv solr-ocrhighlighting-0.7.0/ | ||
+ | $ rm -R solr-ocrhighlighting-0.7.0 | ||
+ | |||
+ | Reload Solr | ||
+ | </ | ||
+ | |||
Create archipelago core | Create archipelago core | ||
<code bash> | <code bash> | ||
Line 662: | Line 689: | ||
</ | </ | ||
</ | </ | ||
+ | </ | ||
+ | [[# | ||
+ | <wrap # | ||
+ | <code bash> | ||
+ | $ sudo -u solr nano -w / | ||
+ | </ | ||
+ | <code xml> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <filter class=" | ||
+ | </ | ||
+ | </ | ||
</ | </ |