add work monitoring scheme

This commit is contained in:
2026-06-11 16:45:35 +07:00
parent cf79647e24
commit 02f1dad83a
@@ -92,6 +92,7 @@ public class SearchImageService {
if (matches.isArray()) {
for (JsonNode match : matches) {
SearchResponse.ImageResult result = mapImageResult(match);
result.setFileId(fileId);
if ("exact_matches".equals(findType)) {
JsonNode thumbnail = match.path("thumbnail");