Revision 40870
Added by Katerina Iatropoulou almost 9 years ago
modules/uoa-search/trunk/src/main/resources/configuration.xml | ||
---|---|---|
11 | 11 |
<is_vocabulary name="documenttype" xml_name="dnet:publication_resource" /> |
12 | 12 |
<is_vocabulary name="compatibility" xml_name="dnet:datasourceCompatibilityLevel" /> |
13 | 13 |
<is_vocabulary name="taxonomy" xml_name="dnet:subject_classification_typologies" /> |
14 |
<is_vocabulary name="datasource_type" xml_name="dnet:datasource_typologies" /> |
|
15 |
|
|
14 | 16 |
<index_vocabulary name="datasources" query="oaftype=datasource" transformer="datasourceVocabularyTransformer"/> |
15 | 17 |
<index_vocabulary name="projects" query="oaftype=project" transformer="projectVocabularyTransformer"/> |
16 | 18 |
<local_vocabulary name="funders" file="funders.xml" /> |
... | ... | |
21 | 23 |
<local_vocabulary name="programmes_simple" file="programmes_simple.xml" /> |
22 | 24 |
<local_vocabulary name="programmes" file="programmes.xml" /> |
23 | 25 |
<local_vocabulary name="accessModes" file="accessmode.xml" /> |
24 |
<local_vocabulary name="datasource_type" file="datasource_type.xml" /> |
|
25 | 26 |
<local_vocabulary name="project_funders" file="project_funders.xml" /> |
26 | 27 |
<local_vocabulary name="sc39" file="sc39.xml" /> |
27 | 28 |
<local_vocabulary name="community" file="community.xml"/> |
Also available in: Unified diff
datasource types get their values from IS vocabulary. Related to #1811