From 6af61aee1226e35204ec1af4ea61bb67b0241657 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 22 Sep 2016 13:06:21 -0400
Subject: [PATCH] More SolrMarc config cleanup.

---
 import/import.properties | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/import/import.properties b/import/import.properties
index c014ee9bc58..28a465ccb21 100644
--- a/import/import.properties
+++ b/import/import.properties
@@ -1,22 +1,15 @@
-# Properties for the Java import program
-# $Id: vufind_config.properties $
+# Properties for the SolrMarc import program
 
 # IMPORTANT NOTE FOR WINDOWS USERS:
 #      Use forward slashes, not back slashes (i.e.  c:/vufind/..., not c:\vufind\...)
 
-# solrmarc.custom.jar.path - Jar containing custom java code to use in indexing. 
-# If solr.indexer below is defined (other than the default of org.solrmarc.index.SolrIndexer)
-# you MUST define this value to be the Jar containing the class listed there. 
-solrmarc.custom.jar.path=VuFindIndexer.jar|lib
-
 # Solr settings
 solr.core.name = biblio
-solr.indexer = org.solrmarc.index.VuFindIndexer
 solr.indexer.properties = marc.properties, marc_local.properties
 solr.hosturl = http://localhost:8080/solr/biblio/update
 
-#where to look for properties files, translation maps, and custom scripts
-#note that . refers to the directory where the jarfile for SolrMarc is located.
+# where to look for properties files, translation maps, and custom scripts
+# note that . refers to the directory where the jarfile for SolrMarc is located.
 solrmarc.path = /usr/local/vufind/import
 
 # Path to your marc file
-- 
GitLab