|
|
@@ -791,7 +791,7 @@ public class VideoSearchServiceImpl implements VideoSearchService {
|
|
|
|
|
|
for (VideoMatchResult matchResult : results) {
|
|
|
try {
|
|
|
- String redisKey = VIDEO_DETAIL_KEY_PREFIX + matchResult.getVideoId();
|
|
|
+ String redisKey = VectorConstants.VIDEO_DETAIL_KEY_PREFIX + matchResult.getVideoId();
|
|
|
String detailJson = redisUtils.get(redisKey);
|
|
|
if (detailJson != null) {
|
|
|
Map<String, Object> detail = JSONObject.parseObject(detailJson, Map.class);
|