scholexplorer_incremental_index #14
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: D-Net/dhp-schemas#14
Loading…
Reference in New Issue
No description provided.
Delete Branch "scholexplorer_incremental_index"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To define incremental indexing on Scholexplorer, we need to implement a method that compare two Scholix Item.
Furthermore, this PR includes also moving the common API schema of Scholix that is quite different from that used from the index into dhp-schema
This PR includes:
@ -338,0 +352,4 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.20</version>
The version of each dependency should be indicated under the dependencyManagement element.
@ -138,6 +138,9 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Please cleanup non necessary changes.
Overall looks good, please check the inline comments.
The review comment has been fixed. I Think we can merge the PR
This is not necessary
@ -338,0 +357,4 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.1.12</version>
Please move all the dependency versions under the
<dependencyManagement>
section.Minor changes