Sorry, should of mentioned how I was serializing. In Ruby, I'm using Marshal.dump. When loading back into ruby via Marshal.load, I get an error related to the Marshaled version. I'm starting to play with JSON too.
Matt On Wed, Apr 29, 2009 at 6:42 AM, Erik Hatcher <e...@ehatchersolutions.com>wrote: > Are you using REXML? Or libxml? I'm assuming this is from a Solr/Ruby > (RSolr?) API call to add the document. > > Erik > > > On Apr 28, 2009, at 9:12 PM, Matt Mitchell wrote: > > Hi, >> >> I'm attempting to serialize a simple ruby object into a solr.StrField - >> but >> it seems that what I'm getting back is munged up a bit, in that I can't >> de-serialize it. Is there a field type for doing this type of thing? >> >> Thanks, >> Matt >> > >