Skip to content

edsu/lcsh-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This little hack loads LCSH RDF ntriples data into Solr to aid in local 
lookups. It doesn't bother loading the RDF into a triple store, but
just rips through the ntriples with a regex and fires off the url and
label to solr. It probably has bugs, since I wrote it during a conference call.

0. wget http://www.apache.org/dist/lucene/solr/1.4.1/apache-solr-1.4.1.tgz
1. tar xvfz apache-solr-1.4.1.tgz
2. cp schema.xml apache-solr-1.4.1/example/solr/conf/
3. cd apache-solr-1.4.1/example
4. java -jar start.jar
5. easy_install solrpy
6. ./index.py
7. profit!

About

a simple example of putting lcsh into an solr index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages