我在使用dp2系统进行专题的建过程中,通过服务器管理器修改了dcdef文件
<element name="dc:title">
<caption lang="zh">题名</caption>
<caption lang="en">Title</caption>
<types>
<type name="cntitle">
<caption lang="zh">中文题名</caption>
<caption lang="en">cntitle</caption>
</type>
<type name="entitle">
<caption lang="zh">英文题名</caption>
<caption lang="en">entitle</caption>
</type>
<type name="othertitle">
<caption lang="zh">其他题名</caption>
<caption lang="en">othertitle</caption>
</type>
</types>
</element>
目的是让在编目前端有这样三个下拉选项
通过初始化后建立的记录不能实现题名检索
keys修改如下
<key>
<xpath nstable="">//dc:title[not(@xsi:type)]</xpath>
<from>title</from>
<table ref="title" />
</key>
<table name="title" id="0" type="title">
<convert>
<string style="upper,stopword,simplify" stopwordTable="title" />
</convert>
<convertquery>
<string style="upper,stopword,simplify" stopwordTable="title" />
</convertquery>
<caption lang="zh-cn">题名</caption>
<caption lang="en">Title</caption>
</table>
有没有朋友配置过,一起讨论.