Elasticsearch如何使用前缀PLUS模糊度进行功能评分查询

时间:2017-07-06 18:48:59

标签: elasticsearch

我需要对同一数据进行//Video thumbnail does NOT exist in cache, download it video.downloadThumbnailFromStorage(with: { (url) in let resource = ImageResource(downloadURL: url, cacheKey: video.thumbnailurl!) let processor = BlurImageProcessor(blurRadius: 40.0) >> RoundCornerImageProcessor(cornerRadius: 20) thumbnailImageView.kf.setImage(with: resource, options: [.processor(processor)], completionHandler: { (image, error, cacheType, url) in ImageCache.default.store(image!, forKey: video.thumbnailurl!) self.backgroundView = thumbnailImageView }) }) phrase_prefix查询。

这是我提出的,它不起作用:

fuzziness

很明显,我还不了解elasticsearch查询,有人可以帮助我吗

0 个答案:

没有答案