Skip to content
Snippets Groups Projects
Commit 9a6cda6e authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Added new config file.

parent 4c09b580
No related branches found
No related tags found
No related merge requests found
RS_ENDPOINT = http://vm2/1.0/oaipmh
# elasticsearch config
elasticSearch.url = *
elasticSearch.port = *
elasticSearch.clusterName = *
elasticSearch.index = *
elasticSearch.type = *
##############################
## elastic search endpoint ###
##############################
RS_ENDPOINT = http://localhost:9097/oaipmh
##################################################################### OAI-PMH Configuration File #########################################################################
############################
## elastic search config ###
############################
elasticSearch.url = 127.0.0.1
elasticSearch.port = 9302
elasticSearch.clusterName = esx-1-test-instance
elasticSearch.index = dariahreptest
elasticSearch.type = oai
############################
#### Project Choosing #####
############################
textgrid = false
dariah = true
############################
### Repositoy Properties ###
############################
RepositoryName = DARIAH-Repository
BaseUrl = repository.de.dariah.eu
DeletedRecordInfo = NO
EarliestDateStamp = 2011-06-11T02:32:40Z
Granularity = YYYY_MM_DD_THH_MM_SS_Z
ProtocolVersion = 2.0
AdminMail = info@dariah.eu
############################
##### Field Settings #######
############################
fields = metadata.dc:contributor, metadata.dc:coverage, metadata.dc:creator, metadata.dc:date, metadata.dc:description, metadata.dc:format, metadata.dc:identifier, metadata.dc:language, metadata.dc:publisher, metadata.dc:relation, metadata.dc:rights, metadata.dc:source, metadata.dc:subject, metadata.dc:title, metadata.dc:type
workFields = created, work.abstract, relations.isDerivedFrom, textgridUri, work.genre, title, work.type, work.spatial.value, work.temporal.spatial, work.agent.value, work.subject.id.value
############################
#### Dublin Core Fields ####
############################
contributorList = metadata.dc:contributor
coverageList = metadata.dc:coverage
creatorList = metadata.dc:creator
dateList = metadata.dc:date
descriptionList = metadata.dc:description
formatList = metadata.dc:format
identifierList = metadata.dc:identifier
languageList = metadata.dc:language
publisherList = metadata.dc:publisher
relationList = metadata.dc:relation
rightsList = metadata.dc:rights
sourceList = metadata.dc:source
subjectList = metadata.dc:subject
titleList = metadata.dc:title
typeList = metadata.dc:type
############################
## ListIdentifierSetting ###
############################
rangeField = metadata.dc:date
identifierListFields = metadata.dc:identifier, metadata.dc:date, metadata.dc:format
formatField = metadata.dc:format
formatToFilter = metadata
dateOfObjectCreation = metadata.dc:date
relationToFurtherMetadataObject =
repositoryObjectURIPrefix = textgrid:
identifierPrefix = metadata.dc:identifier
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment