Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
667728cd
Commit
667728cd
authored
Jan 19, 2022
by
Gradl, Tobias
Browse files
Updated some dependency versions
parent
770e394e
Pipeline
#31155
passed with stage
in 1 minute and 2 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
667728cd
plugins
{
id
'io.spring.dependency-management'
version
"1.0.1
0
.RELEASE"
id
'org.springframework.boot'
version
"2.
3.5.RELEASE
"
apply
false
id
"nebula.ospackage"
version
"
8.4.1
"
apply
false
id
'io.spring.dependency-management'
version
"1.0.1
1
.RELEASE"
id
'org.springframework.boot'
version
"2.
6.2
"
apply
false
id
"nebula.ospackage"
version
"
9.0.0
"
apply
false
}
...
...
@@ -9,7 +9,7 @@ allprojects {
apply
plugin:
'eclipse'
group
=
'eu.dariah.de.minfba'
version
=
'4.3.2
4-RELEASE
'
version
=
'4.3.2
5-SNAPSHOT
'
repositories
{
mavenLocal
()
...
...
search-core/src/main/java/eu/dariah/de/search/crawling/TimedCrawlManagerImpl.java
View file @
667728cd
...
...
@@ -283,7 +283,7 @@ public class TimedCrawlManagerImpl extends CrawlManagerImpl implements TimedCraw
if
(
DateTime
.
now
().
getHourOfDay
()>
0
&&
DateTime
.
now
().
getHourOfDay
()<=
2
)
{
for
(
ExtendedDatamodelContainer
datamodel
:
datamodelService
.
findAll
())
{
// TODO: Reimplement
// TODO: Reimplement
based on versionIds? Models and mappings...
/*if (mappingGenerationService.getIsOutdated(datamodel)) {
if (!this.outdatedDatamodelIdCrawlIdMap.containsKey(datamodel.getId())) {
...
...
search-core/src/main/java/eu/dariah/de/search/es/client/DocumentClientImpl.java
View file @
667728cd
...
...
@@ -10,7 +10,7 @@ import org.elasticsearch.action.search.SearchRequest;
import
org.elasticsearch.action.search.SearchResponse
;
import
org.elasticsearch.action.search.SearchScrollRequest
;
import
org.elasticsearch.client.RequestOptions
;
import
org.elasticsearch.co
mmon.unit
.TimeValue
;
import
org.elasticsearch.co
re
.TimeValue
;
import
org.elasticsearch.index.query.QueryBuilder
;
import
org.elasticsearch.search.SearchHit
;
import
org.elasticsearch.search.builder.SearchSourceBuilder
;
...
...
search-core/src/main/java/eu/dariah/de/search/query/execution/AggregationServiceImpl.java
View file @
667728cd
...
...
@@ -14,11 +14,10 @@ import org.elasticsearch.search.aggregations.Aggregation;
import
org.elasticsearch.search.aggregations.AggregationBuilder
;
import
org.elasticsearch.search.aggregations.AggregationBuilders
;
import
org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation
;
import
org.elasticsearch.search.aggregations.bucket.significant.SignificantTerms
;
import
org.elasticsearch.search.aggregations.bucket.significant.SignificantTermsAggregationBuilder
;
import
org.elasticsearch.search.aggregations.bucket.MultiBucketsAggregation.Bucket
;
import
org.elasticsearch.search.aggregations.bucket.nested.ParsedNested
;
import
org.elasticsearch.search.aggregations.bucket.terms.SignificantTerms
;
import
org.elasticsearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder
;
import
org.springframework.stereotype.Component
;
import
eu.dariah.de.search.Constants
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment