Hi Demian,
I didn't try your upgrade in the 1.3 trunk but used the solrmarc 2.4 vufind binary directly from http://code.google.com/p/solrmarc/downloads/list
After indexing I seems like the case sensitivity while reading the subfield-tags was lost.
MarcEdit Marc21:
=689 01$Af$2gnd$aKongress
1. Vufind FullRecord (v2.3.1):
689 01 |A f |2 gnd |a Kongress
2. Vufind FullRecord (v2.4):
689 01 |a f |2 gnd |a Kongress
marc.properties properties parses this Field using "topic_facet = 689a"
The result is, that in the second case I get the $A subfield with the value "f" als topic_facet.
Can anybody confirm this for his/her index? I suppose uppercase subfields like $A or $D is used mainly in germany.
Best wishes
Stefan
--
Stefan Winkler
Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
78457 Konstanz / Germany
Phone: +49 7531 88 2364
E-Mail: stefan....@bsz-bw.de
Von: Demian Katz [mailto:demia...@villanova.edu]
Gesendet: Mittwoch, 26. September 2012 19:11
An: vufin...@lists.sourceforge.net
Betreff: [VuFind-Tech] SolrMarc 2.4 upgrade
I have just upgraded both the VuFind 1.x trunk and the VuFind 2.x master branch to use SolrMarc 2.4, the latest release. (VuFind 1.x was previously on 2.3.1, while 2.x was previously using a custom-built version very close to 2.4). Hopefully this will make Monday's 2.0beta release just a little bit easier to manage thanks to the inclusion of a known SolrMarc version. It also allows me to close a couple of JIRA tickets related to fixes/improvements in 2.4.
I don't anticipate any problems related to this upgrade, but please let me know if you run into any indexing troubles using the latest-and-greatest code.
thanks,
Demian
------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________ Vufind-tech mailing list Vufin...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vufind-tech
-- Hannah Ullrich Fachinformatikerin Universitaetsbibliothek Freiburg EDV Dezernat Rempartstr. 10-16 79098 Freiburg Tel: +49-761 / 203-3877
--
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.
I am copying this message back to Hannah and Stefan in case they did not see your reply on the solrmarc-tech list.
Is SolrMarc meant to enforce the rules of MARC21? If so, should there be an option to relax them? It seems that there is value in being able to work with non-standard records as long as they are structurally correct.
- Demian
That makes sense to me. Thanks for the update!