Skip to content

Commit

Permalink
updated MARC tags for a objects & instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
lbjay committed Jun 21, 2012
1 parent ea229ad commit 3b22be2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions contrib/examples/adsabs/solr/conf/data-config.xml
Expand Up @@ -114,10 +114,14 @@

<field column="facility"
xpath="/collection/record/datafield[@tag='693']/subfield[@code='f']" />

<field column="instrument"
xpath="/collection/record/datafield[@tag='693']/subfield[@code='i']" />
<field column="telescope"
xpath="/collection/record/datafield[@tag='693']/subfield[@code='t']" />

<field column="object"
xpath="/collection/record/datafield[@tag='694']/subfield[@code='a']" />

<field column="keyword"
xpath="/collection/record/datafield[@tag='653']/subfield[@code='a']" /> <!-- free-text version -->
<field column="keyword_norm"
Expand Down Expand Up @@ -153,13 +157,6 @@
xpath="/collection/record/datafield[@tag='773']/subfield[@code='y']" />


<field column="instrument"
xpath="/collection/record/datafield[@tag='908']/subfield[@code='a']" />

<field column="object"
xpath="/collection/record/datafield[@tag='909']/subfield[@code='a']" />


<!-- record date-stamps -->
<field column="created"
xpath="/collection/record/datafield[@tag='961']/subfield[@code='x']" />
Expand Down

0 comments on commit 3b22be2

Please sign in to comment.