<bean id="indexed_dc_years"
class="org.orioai.vocabulary.domain.providers.indexing.OriIndexerVocabularyProvider" init-method="init"><property name="categoryLabels">
<map>
<entry key="fr" value="Année" /><entry key="en" value="Year" />
</map>
</property><property name="categoryId" value="indexed_dc_years" />
<property name="categoryLang" value="fr" />
<property name="indexingService" ref="indexingService" /><property name="indexingXpath" value="substring(//dc:date,1,4)" />
<property name="sort" value="reverse" />
</bean>
<?xml version="1.0" encoding="UTF-8"?>
<vdex:vdex xmlns:vdex="http://www.imsglobal.org/xsd/imsvdex_v1p0" xmlns:orioai="http://www.ori-oai.org/static/xsd/orioaivocab" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ori-oai.org/static/xsd/orioaivocab http://www.ori-oai.org/static/xsd/orioaivocab.xsd http://www.imsglobal.org/xsd/imsvdex_v1p0 http://www.imsglobal.org/xsd/imsvdex_v1p0.xsd" orderSignificant="false" profileType="flatTokenTerms"><vdex:vocabName><vdex:langstring language="fr">Année</vdex:langstring><vdex:langstring language="en">Year</vdex:langstring></vdex:vocabName><vdex:vocabIdentifier isRegistered="false">indexed_dc_years</vdex:vocabIdentifier><vdex:term><vdex:termIdentifier>0</vdex:termIdentifier><vdex:caption><vdex:langstring>No terms</vdex:langstring></vdex:caption></vdex:term></vdex:vdex>
Sébastien