是否有可用的库可以使用 Apache Solr 创建图像搜索工具?
我正在考虑使用 apache solr 作为我网站上的搜索骨干。
除了基于标准文本的文档搜索之外,我还想创建一个图像搜索工具。
是否有任何库允许 solr 在已爬网网站中创建图像搜索索引?
还有其他更好的选择吗?
I'm considering using apache solr as the search backbone on my site.
Along with standard text based search of documents, I want to create an image search tool.
Are there any libraries that allow solr to create a search index of images in crawled websites?
Are there other, better, options available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如 @Mikos 在评论中提到的,我正在寻找的是 基于内容的图像检索< /a> 系统。确实存在与 Apache SOLR 一起使用的方法,它被称为 LIRe。
这是维基百科上的 CBIR 系统的列表。
这是我一直在研究的与我正在开发的基于 Linux 的图像搜索系统一起使用的工具 - GNU 图像查找工具 - GIFT。这是开源的,当您已经拥有图像数据库时,它似乎是完成这项工作的正确工具。
As @Mikos mentioned in the comments, what I was looking for is a Content Based Image Retrieval system. There does exist on for use with Apache SOLR and it's called LIRe.
Here is a list of CBIR systems on Wikipedia.
Here is the tool that I've been investigating for use with a Linux based image search system I'm working on -- The GNU Image Finding Tool - GIFT. This is open source and seems to be the right tool for the job when you already have the database of images.