Re: Indexing MARC(-JSON) with MongoDB?

From: Thomas Dowling <tdowling_at_nyob>
Date: Thu, 13 May 2010 10:39:23 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
On 05/13/2010 09:59 AM, MJ Suhonos wrote:

> 
> First things first : it depends on what kind of "indexing" you're looking to do — I haven't worked with CouchDB (yet), but I have with MongoDB, and although it's a great (and fast) data store, it has a "basic" style of indexing as SQL databases.  That is, you can do exact-match, some simple regex (usually left-anchored) and then of course all the power of map/reduce (Mongo does map/reduce as well as Couch).
> 

Out of curiosity, are there libraries to export records from MongoDB into
Solr?

-- 
Thomas Dowling
tdowling_at_ohiolink.edu
Received on Thu May 13 2010 - 10:40:48 EDT