- Demian
________________________________________
From: solrma...@googlegroups.com [solrma...@googlegroups.com] On Behalf Of Michael Levy [michae...@gmail.com]
Sent: Friday, February 10, 2012 12:07 PM
To: solrmarc-tech
Subject: [solrmarc-tech] MarcCombiningReader and multiple holdings in Voyager
Thanks much,
Michael
--
You received this message because you are subscribed to the Google Groups "solrmarc-tech" group.
To post to this group, send email to solrma...@googlegroups.com.
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/solrmarc-tech?hl=en.
Note that this is in my own *fork* of the solrmarc code, which is freely available from github. (I desperately wanted to switch to git and to have a simpler build structure). I also had to create a way to indicate this class should be used -- let me know if you want more info.
- Naomi
I just realized the coverage reports on Hudson** aren't showing this because of how I originally had to put the reader in core, but kept the tests in my site code.
**http://hudson.projectblacklight.org/hudson/job/stanford-solr-marc%20CORE%20code/
http://hudson.projectblacklight.org/hudson/job/stanford-solr-marc%20SITE%20code/
- Naomi
marc.combine_records = 852
marc.combine_records.left_field = 001
marc.combine_records.right_field = 004
- Demian
> -----Original Message-----
> From: solrma...@googlegroups.com [mailto:solrma...@googlegroups.com]
> On Behalf Of Michael Levy
> Sent: Wednesday, February 29, 2012 9:26 AM
> To: solrmarc-tech
> Subject: [solrmarc-tech] Re: MarcCombiningReader and multiple holdings in
> Voyager
>
> --
> You received this message because you are subscribed to the Google Groups
> "solrmarc-tech" group.
> To post to this group, send email to solrma...@googlegroups.com.
> To unsubscribe from this group, send email to solrmarc-
> tech+uns...@googlegroups.com.
If you choose a different field, other than 852, from the holdings record (just as a test), do you get different results?
- Demian
> -----Original Message-----
> From: solrma...@googlegroups.com [mailto:solrma...@googlegroups.com]
> On Behalf Of Michael Levy
> Sent: Wednesday, February 29, 2012 10:09 AM
> To: solrmarc-tech
> Subject: [solrmarc-tech] Re: MarcCombiningReader and multiple holdings in
> Voyager
>
--
You received this message because you are subscribed to the Google Groups "solrmarc-tech" group.
To post to this group, send email to solrma...@googlegroups.com.
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com.
If you’re still having trouble after trying Naomi’s suggestion, perhaps you could share a binary MARC file of a couple records so we can try to reproduce the problem.
thanks,
Demian
--
You received this message because you are subscribed to the Google Groups "solrmarc-tech" group.
To post to this group, send email to solrma...@googlegroups.com.
To unsubscribe from this group, send email to solrmarc-tec...@googlegroups.com.
Michael R. Levy
Director, Digital Collections 202.488.6132
United States Holocaust Memorial Museum
www.ushmm.org
<TwoInterleavedVoyagerRecords.mrc>
<TwoInterleavedVoyagerRecords.mrc>
I imported this file into my VuFind instance using the settings we discussed earlier (and the most recent official SolrMarc release):
marc.combine_records = 852
marc.combine_records.left_field = 001
marc.combine_records.right_field = 004
Everything worked correctly.
Perhaps you need to look at your index.properties file – I’m beginning to suspect that the record merge is working correctly, but some data extraction (perhaps in your 852-related definition) is causing the error. If you comment out index.properties lines related to 852 and reindex, does the error go away?
- Demian
It’s definitely worth inspecting your import mappings before going to too much trouble… sometimes a missing subfield designator leads to problems that look similar to yours…
i.e.
holdings = 852
vs.
holdings = 852abcdefg
(the first will fail, the second will work)
- Demian
From: solrma...@googlegroups.com [mailto:solrma...@googlegroups.com] On Behalf Of Levy, Michael
Sent: Thursday, March 01, 2012 11:33 AM
To: solrma...@googlegroups.com
Subject: Re: [solrmarc-tech] Re: MarcCombiningReader and multiple holdings in Voyager
Thank you both so much for doing these tests; I'm very grateful. My issue may have to do with Solr or SolrMarc version or some other configuration issue. I'll use the latest everything and get back to the list.
--