dev change to visual_matches engine
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-11 18:47:58 +07:00
parent 28b5a64a33
commit 640deef98d
2 changed files with 70 additions and 9 deletions
@@ -104,10 +104,7 @@ public class ImageFoundRequestHandler implements RequestHandler {
yandexSearchResponse.setImages(results);
yandexSearchResponse.setTotalResults(totalSize);
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
log.info("COMBINED RESPONSE" + yandexSearchResponse.toString());
return new BaseResponse(request.getMsgId(), MessageCode.SUCCESS.getCode(),
MessageCode.SUCCESS.getDescription(), yandexSearchResponse);
}