Skip to content

Commit 589a517

Browse files
committed
Remove cruft from solrmarc directory
Following from the last commit, this removes unnecessary properties files from the solr/solrmarc project directory. It also updates the remaining `config.properties` files to remove the illusion that the `index.properties` file is still defined there. Now it is defined more granularly in the haystack index class or the Solr backend.
1 parent 6d0b861 commit 589a517

8 files changed

Lines changed: 7 additions & 520 deletions

solr/solrmarc/dev_config.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
# - solrmarc.indexing.properties -indicates how to populate Solr index fields from
1515
# marc data. This is the central configuration file for solrmarc.
16-
solrmarc.indexing.properties = dev_index.properties
16+
# this is now controlled in Python via the haystack index object and custom Solr backend.
17+
# solrmarc.indexing.properties = dev_index.properties
1718

1819
# - solrmarc.indexing.class - full name of java class with custom indexing functions. This
1920
# class must extend SolrIndexer; Defaults to SolrIndexer.

solr/solrmarc/dev_index.properties

Lines changed: 0 additions & 130 deletions
This file was deleted.

solr/solrmarc/indexfile.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

solr/solrmarc/je_dev_config.properties

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)