使用方法:将插件解压到elasticsearch的plugins目录下即可。 存储数据时 ColorLayoutsurfFeature=newColorLayout(); surfFeature.extract(ImageIO.read(imgfilepath)); JSONObjecto=newJSONObject(); o.put("image",surfFeature.getStringRepresentation()); 将该json丢入es当中,其中image类型为keyword类型即可 数据查询ES语句: GET/imagetest/_search {