From ca8ea9b7dfba1b20033345d996ade40d1e94159b Mon Sep 17 00:00:00 2001 From: David Crossley Date: Thu, 27 Aug 2015 13:11:47 +1000 Subject: [PATCH] Replace old index names "dc_*" with the actual local index names. --- examples/oai-pmh/conf/explain.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/oai-pmh/conf/explain.xml b/examples/oai-pmh/conf/explain.xml index a10e0ff..43b70ff 100644 --- a/examples/oai-pmh/conf/explain.xml +++ b/examples/oai-pmh/conf/explain.xml @@ -144,21 +144,21 @@ DC Title title - dc_title + title DC Creator creator - dc_creator + author DC Subject subject - dc_subject + subject-heading @@ -166,14 +166,14 @@ DC Description description - dc_description + description DC Publisher publisher - dc_publisher + publisher @@ -181,14 +181,14 @@ DC Contributor contributor - dc_contributor + contributor DC Date date - dc_date + date 3 @@ -197,7 +197,7 @@ DC Type type - dc_type + type --> @@ -205,7 +205,7 @@ DC Format format - + format 3 @@ -213,7 +213,7 @@ DC Identifier identifier - dc_identifier + identifier 3 @@ -221,7 +221,7 @@ DC Source source - dc_source + source 3 @@ -229,14 +229,14 @@ DC Language language - dc_language + language DC Relation relation - dc_relation + relation 3 @@ -244,7 +244,7 @@ DC Source source - dc_source + source 3 @@ -253,7 +253,7 @@ DC Coverage coverage - dc_coverage + coverage --> @@ -261,7 +261,7 @@ DC Rights rights - dc_rights + rights -- 1.7.10.4