Skip to content

Commit

Permalink
update class path and library
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-hahn committed Jan 8, 2024
1 parent d06d85c commit e056d55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index-alphabetic-browse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -e
set -x

cd "`dirname $0`/import"
CLASSPATH="browse-indexing.jar:${SOLR_HOME}/jars/*:/usr/local/vufind/solr/vendor/contrib/analysis-extras/lib/*:/usr/local/vufind/solr/vendor/server/solr-webapp/webapp/WEB-INF/lib/*"
CLASSPATH="browse-indexing.jar:${VUFIND_HOME}/import/lib/*:${SOLR_HOME}/jars/*:/usr/local/vufind/solr/vendor/contrib/analysis-extras/lib/*:/usr/local/vufind/solr/vendor/server/solr-webapp/webapp/WEB-INF/lib/*"

# make index work with replicated index
# current index is stored in the last line of index.properties
Expand Down
Binary file added solr/vufind/jars/icu4j-74.2.jar
Binary file not shown.

0 comments on commit e056d55

Please sign in to comment.