plugin.tx_solr.index.queue { tx_anrprojetssolr_projets = 1 tx_anrprojetssolr_projets { fields { title = titre_projet abstract = annee description = nom_aap language = sys_language_uid content = SOLR_CONTENT content { field = resumes_fr } url = TEXT url { typolink.parameter = /Projet-{field:code_decision} typolink.parameter.insertData = 1 typolink.returnLast = url typolink.useCacheHash = 1 } sortAnnee_stringS = annee sortNomAap_stringS = nom_aap acr_textWstS = acronyme acrAap_textWstS = acr_aap codeanr_stringS = code_decision } } } plugin.tx_solr.index.queue { tx_anrprojetssolr_projets_en = 1 tx_anrprojetssolr_projets_en { fields { title = titre_projet abstract = annee description = nom_aap language = sys_language_uid content = SOLR_CONTENT content { field = resumes_en } url = TEXT url { typolink.parameter = /Project-{field:code_decision} typolink.parameter.insertData = 1 typolink.returnLast = url typolink.useCacheHash = 1 } sortAnnee_stringS = annee sortNomAap_stringS = nom_aap acr_textWstS = acronyme acrAap_textWstS = acr_aap codeanr_stringS = code_decision } } }