From c44a4296e8913080bff7ca0ee1b65356ed34ec3d Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 24 三月 2021 19:17:45 +0800
Subject: [PATCH] 集成优酷/腾讯搜索

---
 src/main/java/com/yeshi/buwan/util/factory/SolrVideoFactory.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/yeshi/buwan/util/factory/SolrVideoFactory.java b/src/main/java/com/yeshi/buwan/util/factory/SolrVideoFactory.java
index 15753d8..f29737c 100644
--- a/src/main/java/com/yeshi/buwan/util/factory/SolrVideoFactory.java
+++ b/src/main/java/com/yeshi/buwan/util/factory/SolrVideoFactory.java
@@ -37,6 +37,7 @@
         solrVideo.setCommentcount(videoInfo.getCommentCount());
         solrVideo.setVideocount(videoInfo.getVideocount());
         solrVideo.setName(videoInfo.getName());
+        solrVideo.setNameStr(videoInfo.getName());
         solrVideo.setUpdatetime(videoInfo.getUpdatetime());
         if (videoInfo.getUpdatetime() != null)
             solrVideo.setUpdateTime(Long.parseLong(videoInfo.getUpdatetime()));

--
Gitblit v1.8.0