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
* digest configuration string, e.g. md5 or sha256, alternately w 16 or 32 encoding,
258
-
* e.g. md5:32,sha256:16 would result in two digests per file
259
-
*
260
-
* @return
261
-
*/
262
-
publicStringgetDigest() {
263
-
returndigest;
264
-
}
265
-
266
-
publicvoidsetDigest(Stringdigest) {
267
-
LOG.info("As of Tika 2.5.0, you can set the digester via the AutoDetectParserConfig in " + "tika-config.xml. We plan to remove this commandline option in 2.8.0");
268
-
this.digest = digest;
269
-
}
270
-
271
242
publicbooleanisReturnStackTrace() {
272
243
returnreturnStackTrace;
273
244
}
@@ -292,13 +263,15 @@ public void setEndpoints(ArrayList<String> endpoints) {
292
263
this.endpoints = endpoints;
293
264
}
294
265
266
+
/**
267
+
* Identifier for this server, surfaced in the startup log. Defaults to a random UUID.
0 commit comments