MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

Index more records for the demo app #478

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-293: Index more records for the demo app. Some of the blacklight functionality isn't visible with a very small index size.

MrDys commented 12 years ago

Original reporter: bess

MrDys commented 12 years ago

bess: The solr index for demo.projectblacklight.org is at /var/www/html/blacklight/vendor/plugins/blacklight/jetty

There is a file containing lots of library of congress marc records in the data directory of the blacklight plugin.

To index more records, I tried to run "rake solr:marc:index MARC_FILE=/var/www/html/blacklight/vendor/plugins/blacklight/data/lc_records.utf8.mrc" but it gave me an error because it expected solr_home to be at /var/www/html/blacklight/jetty/solr. Eventually I realized that I should have edited the solrmarc config file, but in the meantime I made a symbolic link from /var/www/html/blacklight/vendor/plugins/blacklight/jetty to /var/www/html/blacklight/jetty and then the indexing worked fine.

MrDys commented 12 years ago

bess: Done! You can see the results at demo.projectblacklight.org