#UNIX / LINUX neeo.partners.directory = /var/lib/neeo/partners neeo.log.directory = /var/lib/neeo/log #WINDOWS #neeo.partners.directory = c\:\\neeo\\files\\partners #neeo.log.directory = c\:\\neeo\\files\\log neeo.partners.file = partner.properties #if sru is false, the queries will be handled by Solr sru = false neeo.sru.server = http\://eo-sru.uvt.nl/sru neeo.sru.schema = DIDL_MODS #neeo.solr.server = http\://africa.uvt.nl:8983/solr/select/ # Configurable namespace URI - replacing the official namespace URIs neeo.namespaces.prefixes = meta neeo.namespaces.meta.uri = http\://meresco.com/namespace/harvester/meta worldcat.url = http://www.worldcat.org/registry/lookup?IP= #statistics.url = http://africa.uvt.nl:8180/dodoco-1.0-SNAPSHOT/ #related property files neeo.relatedconfigurations = \ facets.properties,\ jel.properties.xml,\ mail.properties,\ search.properties,\ validation.properties neeo.search.year.range = 10 ######################################################## ## Search keys which can be used to format a query ## ## eg: AU=Jansen AND TI=Africa ## ######################################################## neeo.searchwords = all,abstract,author,title,journal_title,keywords neeo.searchwords.all.title = All neeo.searchwords.all.searchkey = neeo.searchwords.all.mods = neeo.searchwords.all.mlkey = all neeo.searchwords.abstract.title = Abstract neeo.searchwords.abstract.searchkey = AB neeo.searchwords.abstract.mods = mods.abstract neeo.searchwords.abstract.mlkey = abstract neeo.searchwords.author.title = Author neeo.searchwords.author.searchkey = AU neeo.searchwords.author.mods = mods.name.namePart neeo.searchwords.author.skiptranslate = true neeo.searchwords.author.mlkey = author neeo.searchwords.title.title = Title neeo.searchwords.title.searchkey = TI neeo.searchwords.title.mods = mods.titleInfo.title neeo.searchwords.title.mlkey = title neeo.searchwords.journal_title.title = Journal neeo.searchwords.journal_title.searchkey = JN neeo.searchwords.journal_title.mods = mods.relatedItem.titleInfo.title neeo.searchwords.journal_title.mlkey = journal neeo.searchwords.keywords.title = Keywords neeo.searchwords.keywords.searchkey = KW neeo.searchwords.keywords.mods = mods.subject.topic neeo.searchwords.keywords.mlkey = keywords ######################################################## ## Part for popup and motd (Message Of The Day) files ## ######################################################## neeo.popup.visible = false neeo.popup.file_en = popup_en.html neeo.popup.file_es = popup_en.html neeo.popup.file_fr = popup_en.html neeo.popup.file_de = popup_en.html neeo.motd.visible = false neeo.motd.file_en = motd_en.html neeo.motd.file_es = motd_en.html neeo.motd.file_fr = motd_en.html neeo.motd.file_de = motd_en.html