set new elastic search index on staging

This commit is contained in:
Enrico Ottonello 2021-05-31 16:44:34 +02:00
parent 1545f3900f
commit 1083d4e723
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ server.port=8281
graphdb.serverUrl=http://graphdb-test.ariadne.d4science.org:7200
graphdb.writer.user=writer
graphdb.writer.pwd=pwd
graphdb.writer.pwd=***
graphdb.repository=ariadneplus-ts01
graphdb.baseURI=https://ariadne-infrastructure.eu/
elasticsearch.hostname=elastic-test.ariadne.d4science.org
elasticsearch.indexname=catalog_test
elasticsearch.indexname=ariadneplus
catalog.entry.path=$[*][?(@['https://www.ariadne-infrastructure.eu/property/rdfType'][0]['value']=='Record')]
catalog.entry.collection.path=$[*][?(@['https://www.ariadne-infrastructure.eu/property/rdfType'][0]['value']=='Collection')]