Skip to content
Snippets Groups Projects
Commit 06d3a243 authored by Demian Katz's avatar Demian Katz
Browse files

Updated to use SOLR_HOME variable properly.

parent fa5a454a
No related merge requests found
...@@ -41,11 +41,11 @@ set JAVA="%JAVA_HOME%\bin\java" ...@@ -41,11 +41,11 @@ set JAVA="%JAVA_HOME%\bin\java"
:javaset :javaset
cd %VUFIND_HOME%\import cd %VUFIND_HOME%\import
SET CLASSPATH="browse-indexing.jar;..\solr\lib\*" SET CLASSPATH="browse-indexing.jar;%SOLR_HOME%\lib\*"
SET bib_index=..\solr\biblio\index SET bib_index=%SOLR_HOME%\biblio\index
SET auth_index=..\solr\authority\index SET auth_index=%SOLR_HOME%\authority\index
SET index_dir=..\solr\alphabetical_browse SET index_dir=%SOLR_HOME%\alphabetical_browse
rem ##################################################### rem #####################################################
rem If we're being called for the build_browse function, jump there now: rem If we're being called for the build_browse function, jump there now:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment