8000 #242 fix default of persistent index deduplicate · arangodb/spring-data@93bb557 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93bb557

Browse files
aburmeisrashtao
authored andcommitted
#242 fix default of persistent index deduplicate
1 parent 5413a95 commit 93bb557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/arangodb/springframework/annotation/PersistentIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
/**
5757
* If {@literal true}, then set deduplicate to index
5858
*/
59-
boolean deduplicate() default false;
59+
boolean deduplicate() default true;
6060

6161
}

src/main/java/com/arangodb/springframework/annotation/PersistentIndexed.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
/**
4949
* If {@literal true}, then set deduplicate to index
5050
*/
51-
boolean deduplicate() default false;
51+
boolean deduplicate() default true;
5252

5353
}

0 commit comments

Comments
 (0)
0