Skip to content

Commit

Permalink
UBO-283 Improved readability of added properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Nov 16, 2023
1 parent 911936d commit 23062fe
Showing 1 changed file with 43 additions and 41 deletions.
84 changes: 43 additions & 41 deletions ubo-common/src/main/resources/config/ubo-common/mycore.properties
Original file line number Diff line number Diff line change
Expand Up @@ -338,47 +338,49 @@ MCR.ContentTransformer.mods2csv.Steps=basket2solradd,mycoreobject-solrdocument,s
MCR.ContentTransformer.mods2csv2.Class=org.mycore.common.content.transformer.MCRTransformerPipe
MCR.ContentTransformer.mods2csv2.Steps=solr2csv

#### 2023.06.x https://github.com/MyCoRe-Org/mycore/pull/1964#issuecomment-1746748570 ################
MCR.Layout.Transformer.Factory.XSLFolder=xsl

MCR.URIResolver.xslImports.solr-document=solr-basetemplate.xsl,ubo-solr.xsl
MCR.URIResolver.xslIncludes.components=%MCR.URIResolver.xslIncludes.components%,solr-layout-utils.xsl
MCR.ContentTransformer.response-browse.Stylesheet=xsl/response-browse.xsl
MCR.ContentTransformer.mycoreobject-solrdocument.Class=org.mycore.common.content.transformer.MCRXSL2JAXBTransformer
MCR.ContentTransformer.mycoreobject-solrdocument.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mycoreobject-solrdocument.Stylesheet=xsl/mycoreobject-solrdocument.xsl
MCR.ContentTransformer.mycoreobject-solrdocument.Context=org.mycore.solr.index.document.jaxb
MCR.ContentTransformer.response-solrdocument.Class=org.mycore.common.content.transformer.MCRXSL2JAXBTransformer
MCR.ContentTransformer.response-solrdocument.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-solrdocument.Stylesheet=xsl/response2batch.xsl,%MCR.ContentTransformer.mycoreobject-solrdocument.Stylesheet%
MCR.ContentTransformer.response-solrdocument.Context=%MCR.ContentTransformer.mycoreobject-solrdocument.Context%
MCR.ContentTransformer.response-prepared.Class=org.mycore.common.content.transformer.MCRXSLTransformer
MCR.ContentTransformer.response-prepared.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-prepared.Stylesheet=xsl/response-join-results.xsl,xsl/response-addDocId.xsl,xsl/response-addDerivates.xsl
MCR.URIResolver.xslIncludes.xeditorTemplates=solr-xeditor-templates.xsl

MCR.ContentTransformer.MyCoReWebPage.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.basket-objects.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.debugEnrichment.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.duplicates.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.ldappidsearch.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.list-wizard.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.lsfpidsearch.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mcr_error.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mods-wizard-notfound.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mycoreobject-structure.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-duplicates.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-facets.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-newest.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-sidebar-admin.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-sidebar-mini.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-statistics.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.roles.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.site.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.user.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.users.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.webpage.TransformerFactoryClass=org.apache.xalan.processor.TransformerFactoryImpl
####################################################################################
# 2023.06.x https://github.com/MyCoRe-Org/mycore/pull/1964#issuecomment-1746748570 #
####################################################################################
MCR.Layout.Transformer.Factory.XSLFolder = xsl
MCR.ContentTransformer.mycoreobject-solrdocument.Class = org.mycore.common.content.transformer.MCRXSL2JAXBTransformer
MCR.ContentTransformer.mycoreobject-solrdocument.Context = org.mycore.solr.index.document.jaxb
MCR.ContentTransformer.mycoreobject-solrdocument.Stylesheet = xsl/mycoreobject-solrdocument.xsl
MCR.ContentTransformer.mycoreobject-solrdocument.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-browse.Stylesheet = xsl/response-browse.xsl
MCR.ContentTransformer.response-prepared.Class = org.mycore.common.content.transformer.MCRXSLTransformer
MCR.ContentTransformer.response-prepared.Stylesheet = xsl/response-join-results.xsl,xsl/response-addDocId.xsl,xsl/response-addDerivates.xsl
MCR.ContentTransformer.response-prepared.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-solrdocument.Class = org.mycore.common.content.transformer.MCRXSL2JAXBTransformer
MCR.ContentTransformer.response-solrdocument.Context = %MCR.ContentTransformer.mycoreobject-solrdocument.Context%
MCR.ContentTransformer.response-solrdocument.Stylesheet = xsl/response2batch.xsl,%MCR.ContentTransformer.mycoreobject-solrdocument.Stylesheet%
MCR.ContentTransformer.response-solrdocument.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.URIResolver.xslImports.solr-document = solr-basetemplate.xsl,ubo-solr.xsl
MCR.URIResolver.xslIncludes.components = %MCR.URIResolver.xslIncludes.components%,solr-layout-utils.xsl
MCR.URIResolver.xslIncludes.xeditorTemplates = solr-xeditor-templates.xsl

# Set Transformer Factories
MCR.ContentTransformer.MyCoReWebPage.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.basket-objects.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.debugEnrichment.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.duplicates.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.ldappidsearch.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.list-wizard.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.lsfpidsearch.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mcr_error.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mods-wizard-notfound.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.mycoreobject-structure.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-duplicates.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-facets.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-newest.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-sidebar-admin.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-sidebar-mini.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response-statistics.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.response.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.roles.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.site.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.user.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.users.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
MCR.ContentTransformer.webpage.TransformerFactoryClass = org.apache.xalan.processor.TransformerFactoryImpl
############################################################################################################

UBO.Export.Fields=id,subject,oa,genre,host_genre,person_aut,person_edt,title,id_doi,id_scopus,id_pubmed,id_isi,id_urn,id_duepublico,id_duepublico2,host_title,series,id_issn,id_isbn,shelfmark,year,volume,issue,pages,place,publisher
Expand Down

0 comments on commit 23062fe

Please sign in to comment.