Sha256: 9095978abf54199bad44c017b1656d432566ef6762030288ea599271cfad17d5

Contents?: true

Size: 1.64 KB

Versions: 89

Compression:

Stored size: 1.64 KB

Contents

# If using the solr:marc:index task, you can define environment-specific
# config files that will be used instead of 'config.properties' for
# a specific environment. config-development.properties, 
# config-production.properties, etc. 

# Relative paths for solrmarc.solr.war.path and solr.path are relative
# to the location of SolrMarc.jar, which for blacklight is by default
# in blacklight/config/solr_marc.    

# solrmarc.solr.war.path - must point to either a war file for the version of
# Solr that you want to use, or to a directory of jar files extracted from a
# Solr war files.  If this is not provided, SolrMarc can only work by
# communicating with a running Solr server.
# solrmarc.solr.war.path= ../../../../jetty/webapps/solr.war
# Path to your solr instance
# solr.path = ../../../../jetty/solr

# Relative paths for solr.indexer can be relative to the location of
# this config.properties file. 
solr.indexer = org.solrmarc.index.SolrIndexer
solr.indexer.properties = index.properties

# URL of running solr search engine to cause updates to be recognized.
# * When solr.path and solrmarc.solr.war.path are defined, this is optional,
# but if defined SolrMarc will issue a 'commit' after it's done indexing. 
# * Alternately, do not define solr.path or solrmarc.solr.war.path to have
# SolrMarc use HTTP Post to add documents. 
# NOTE: 
# When using the solr:marc:index rake task, this value will be automatically
# looked up from your solr.yml, and the value here will NOT be used. 
solr.hosturl = http://localhost:8983/solr/update

# MARC handling parameters
marc.to_utf_8 = true
marc.permissive = true
marc.default_encoding = MARC8
marc.include_errors = false

Version data entries

89 entries across 89 versions & 6 rubygems

Version Path
blacklight-4.9.0 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight-4.8.0 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight-marc-5.10.0 lib/generators/blacklight/marc/templates/config/SolrMarc/config.properties
blacklight-marc-5.5.0 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
blacklight-marc-5.4.0 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
curate-0.6.6 spec/internal/config/SolrMarc/config.properties
blacklight-marc-5.0.0 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
blacklight-4.7.0 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight-4.7.0.pre1 lib/generators/blacklight/templates/config/SolrMarc/config.properties
curate-0.6.4 spec/internal/config/SolrMarc/config.properties
blacklight_marc-0.0.9 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
blacklight_marc-0.0.8 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
blacklight_marc-0.0.7 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
blacklight-4.6.3 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight-4.6.2 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight-4.6.1 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight-4.6.0 lib/generators/blacklight/templates/config/SolrMarc/config.properties
blacklight_marc-0.0.6 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
blacklight_marc-0.0.5 lib/generators/blacklight_marc/templates/config/SolrMarc/config.properties
curate-0.6.3 spec/internal/config/SolrMarc/config.properties