| | |
| | | defaultSimilarExecutor.setVideoExecutorService(BeanContextAware.getBeanByType(VideoExecutorServiceImpl.class)); |
| | | defaultSimilarExecutor.setRestTemplate(BeanContextAware.getBeanByType(RestTemplate.class)); |
| | | defaultSimilarExecutor.startup(this.videoSimilarProperties.getDataFolder() |
| | | , videoSearchMeta.getBatchId(), this.videoSimilarProperties.getTopN(), true); |
| | | , videoSearchMeta.getBatchId(), this.videoSimilarProperties.getTopN(), this.videoSimilarProperties.isTestMode()); |
| | | this.similarExecutor = defaultSimilarExecutor; |
| | | } |
| | | |