On 2011-09-10 16:57, mark hesketh wrote:
> I have downloaded some of the bulk data files and set up a SOLR
> instance against the solr configurations found in OL. The
> documentation in OL states that these files are in JSON format which
> would seem true (apart from the prologue which contains additional
> meta data). I want to be able to import these files into a SOLR
> instance - index them for search so I configured the
> JsonUpdateRequestHandler. However, the files (or extracts for testing)
> don't parse properly (duh).
>
> Am I missing something here or is it not possible to perform this kind
> of data importation to a standalone SOLR instance?

We don't provide a data dump in solr document format. If you want to 
load the Open Library data dump into solr you need to write some code 
that generates solr documents from the data dump.

-- 
Edward.
_______________________________________________
Ol-tech mailing list
[email protected]
http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech
To unsubscribe from this mailing list, send email to 
[email protected]

Reply via email to