Skip to content
Snippets Groups Projects
Commit 013b2150 authored by mbrodhu's avatar mbrodhu
Browse files

Merge branch 'feature/elastic6' of...

Merge branch 'feature/elastic6' of https://projects.gwdg.de/gitolite/dariah-de/tg/textgrid-repository/oai-pmh into feature/elastic6
parents f255a6d2 c8f5d165
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ ...@@ -159,7 +159,6 @@
value="${searchResponseSize}" /> value="${searchResponseSize}" />
</bean> </bean>
<bean id="OpenAireIdentifierList" <bean id="OpenAireIdentifierList"
class="info.textgrid.middleware.OpenAireIdentifierList"> class="info.textgrid.middleware.OpenAireIdentifierList">
<constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="0" value="${textgrid}" />
......
...@@ -9,7 +9,7 @@ RS_ENDPOINT = https://repository.de.dariah.eu/1.0/oaipmh ...@@ -9,7 +9,7 @@ RS_ENDPOINT = https://repository.de.dariah.eu/1.0/oaipmh
############################ ############################
elasticSearch.url = 127.0.0.1 elasticSearch.url = 127.0.0.1
elasticSearch.port = *** *** elasticSearch.port = 9202 9203
elasticSearch.clusterName = *** elasticSearch.clusterName = ***
elasticSearch.type = metadata elasticSearch.type = metadata
elasticSearch.itemLimit = 100 elasticSearch.itemLimit = 100
......
...@@ -9,7 +9,7 @@ RS_ENDPOINT = https://textgridlab.org/1.0/tgoaipmh ...@@ -9,7 +9,7 @@ RS_ENDPOINT = https://textgridlab.org/1.0/tgoaipmh
############################ ############################
elasticSearch.url = 127.0.0.1 elasticSearch.url = 127.0.0.1
elasticSearch.ports = *** *** elasticSearch.ports = 9202 9203
elasticSearch.index = *** elasticSearch.index = ***
elasticSearch.type = metadata elasticSearch.type = metadata
elasticSearch.itemLimit = 100 elasticSearch.itemLimit = 100
...@@ -104,7 +104,6 @@ specFieldPrefix = textgrid ...@@ -104,7 +104,6 @@ specFieldPrefix = textgrid
modifiedField = lastModified modifiedField = lastModified
searchResponseSize = 100 searchResponseSize = 100
####################### #######################
### general Setting ### ### general Setting ###
####################### #######################
......
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