You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: marklogic-client-api/src/main/java/com/marklogic/client/datamovement/filter/IncrementalWriteEvalFilter.java
@@ -87,14 +86,6 @@ public Builder canonicalizeJson(boolean canonicalizeJson) {
87
86
returnthis;
88
87
}
89
88
90
-
/**
91
-
* @param useEvalQuery if true, evaluate server-side JavaScript instead of an Optic query for retrieving hash values; defaults to false.
92
-
*/
93
-
publicBuilderuseEvalQuery(booleanuseEvalQuery) {
94
-
this.useEvalQuery = useEvalQuery;
95
-
returnthis;
96
-
}
97
-
98
89
/**
99
90
* @param skippedDocumentsConsumer a consumer that will be called with any documents in a batch that were skipped because their content had not changed.
100
91
*/
@@ -161,12 +152,9 @@ public IncrementalWriteFilter build() {
Copy file name to clipboardExpand all lines: marklogic-client-api/src/main/java/com/marklogic/client/datamovement/filter/IncrementalWriteFromLexiconsFilter.java
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -12,32 +12,26 @@
12
12
importjava.util.Map;
13
13
14
14
/**
15
-
* Uses an Optic query to get the existing hash values for a set of URIs.
15
+
* Uses an Optic fromLexicons query that depends on a field range index to retrieve URIs and
Copy file name to clipboardExpand all lines: marklogic-client-api/src/main/java/com/marklogic/client/datamovement/filter/IncrementalWriteFromViewFilter.java
0 commit comments