| | |
| | | import com.yeshi.buwan.dto.search.SolrResultDTO; |
| | | import com.yeshi.buwan.dto.search.SolrShortVideoSearchFilter; |
| | | import com.yeshi.buwan.dto.search.SolrVideoSearchFilter; |
| | | import com.yeshi.buwan.job.video.ShortVideoUpdateJob; |
| | | import com.yeshi.buwan.service.imp.VideoInfoService; |
| | | import com.yeshi.buwan.service.inter.juhe.AlbumVideoMapService; |
| | | import com.yeshi.buwan.service.inter.juhe.InternetSearchVideoService; |
| | | import com.yeshi.buwan.service.manager.search.SolrAlbumVideoDataManager; |
| | | import com.yeshi.buwan.service.manager.SolrCommonVideoDataManager; |
| | | import com.yeshi.buwan.service.manager.search.SolrAlbumVideoDataManager; |
| | | import com.yeshi.buwan.service.manager.search.SolrInternetSearchVideoDataManager; |
| | | import com.yeshi.buwan.service.manager.search.SolrShortVideoDataManager; |
| | | import com.yeshi.buwan.util.StringUtil; |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | @Test |
| | | public void addToAlbum() { |
| | | albumVideoMapService.add(videoInfoService.getVideoInfo("8441251")); |
| | | } |
| | | |
| | | |
| | | @Test |
| | | public void getById() { |
| | | |
| | | SolrAlbumVideo solrAlbumVideo = solrDataManager.findOne("8441251"); |
| | | System.out.println(solrAlbumVideo); |
| | | } |
| | | |
| | | } |