sklee2 / solrmarc

Automatically exported from code.google.com/p/solrmarc
0 stars 0 forks source link

Incorrect format mapping in VuFindIndexer.java #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Index bib records via SolrMarc (with particular attention to 
VuFindIndexer.java)
2. In Vufind (and possibly Blacklight) view format label for a manuscript 
collection or archive, based on MARC Leader byte 6 ('type of record') with 
value p ('Mixed material')

What is the expected output? What do you see instead?

Expected output is 'Mixed material' or 'Manuscript or Archive'. What I see 
instead is 'kit'.

What version of the product are you using? On what operating system?

SolrMarc 2.0. VuFind R1518. Solaris.

Please provide any additional information below.

I notice this discrepancy in the examples filepath: trunk/ examples/ 
GenericVuFind/ src/ org/ solrmarc/ index/ VuFindIndexer.java. I assume it 
exists elsewhere as well. 

There are other mapping problems as well in the same part of the code:

Leader 6 “C” is blank, should be “Notated music"
Leader 6 “E” is blank, should be “Cartographic material”
Leader 6 “O” is blank, should be “Kit”  

Original issue reported on code.google.com by daniel.l...@gmail.com on 17 Dec 2009 at 2:29

GoogleCodeExporter commented 8 years ago
We have run into this problem at Brandeis as well.

Original comment by greg.mcc...@gmail.com on 17 Dec 2009 at 2:57

GoogleCodeExporter commented 8 years ago
I also question the definition of LDR06=G as "Slide"

I believe the MARC 21 definition is "Projected Medium" which encompasses more 
than
just slides.

Original comment by tania.fe...@gmail.com on 17 Dec 2009 at 3:01

GoogleCodeExporter commented 8 years ago
Things like "Slide" -> "Projected Medium" can be handle by the external mapping
files.  Problems like the incorrect use of "kit" where it is inappropriate or 
blank
where "kit" is correct must be fixed in the code itself. 

Original comment by jb3...@gmail.com on 17 Dec 2009 at 6:10