You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/03/16 19:06:18 UTC

[Solr Wiki] Update of "Solr4Lib" by ErikHatcher

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Solr4Lib" page has been changed by ErikHatcher.
http://wiki.apache.org/solr/Solr4Lib?action=diff&rev1=10&rev2=11

--------------------------------------------------

  Besides the great pointers on the IntegratingSolr page, libraries integrating Solr have their own unique challenges that the rest of the computer programming world is advised to steer clear of.  
  
- = How to index MaRC records into solr =
+ = How to index MaRC records into Solr =
  
-  * solrmarc is a java solution used by both Blacklight and VuFind, available at http://code.google.com/p/solrmarc/
+  * SolrMarc is a Java solution used by both Blacklight and VuFind, available at http://code.google.com/p/solrmarc/
   * Terry Reese has a video of how to use MarcEdit in this way: [[http://oregonstate.edu/%7Ereeset/blog/archives/418|MARC -> Solr via MarcEdit]]
   * You can also use [[http://marc4j.tigris.org/|marc4j]]'s command-line utilities to convert binary marc records to MARCXML, and use XSLT to convert these to solr add documents, but be warned that this process is significantly slower than other methods mentioned here. 
   
- = Library Catalogs based on Solr =
+ = Library Catalogs (OPACs) based on Solr =
  
-  * [[http://wiki.github.com/nabeta/next-l]] (Project Next-L Enju)
+  * Blacklight: [[http://www.projectblacklight.org/]] (Ruby on Rails)
-  * http://code.google.com/p/fac-back-opac/ (Django/python)
+  * fac-back-opac: [[http://code.google.com/p/fac-back-opac/]] (Django/Python)
-  * [[http://blacklight.rubyforge.org/]] ([[http://blacklight.rubyforge.org/|Blacklight]])
+  * Next-L: [[http://wiki.github.com/nabeta/next-l]] 
-  * http://www.vufind.org/ (VuFind)
+  * VuFind: http://www.vufind.org/ (PHP)
  
  = Other resources =
  
-  * There are many people on the code4lib mailing list or on the #code4lib irc channel who have tackled this issue and would be happy to help. 
+  * There are many people on the [[http://dewey.library.nd.edu/mailing-lists/code4lib/|code4lib mailing list]] or on the [[http://code4lib.org/irc|#code4lib irc channel]] who have tackled this issue and would be happy to help.