在 Solr 中运行 Lire 图像搜索——如何?
我想在 Solr 中使用 Lire 图像搜索。 Lire 构建在 Lucene 之上:
http://www.semanticmetadata.net/lire/ 将 Lire 集成到 Solr 中的最佳方式?
在这种情况下,我特别感谢任何成功案例或示例代码的链接。
I'd like to use Lire image search from within Solr. Lire is built on top of Lucene:
http://www.semanticmetadata.net/lire/
What's the best way to integrate Lire in Solr?
I'd especially appreciate links to any success stories or sample code in this case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道该库在 Solr 中是否有成功的实现,但由于 Solr 和该库都是构建在 Lucene 之上的,因此您也许可以构建一个小插件来实现此功能。
Solr wiki:插件
示例插件
在这两个链接旁边,我建议您下载 Solr 源代码并查看官方请求处理程序。我使用上面的链接和源代码编写了自己的插件。
I do not know of any succesful implementations of this library within Solr, but since both Solr and the library are build on top of Lucene you might be able to build a small plugin to implement this functionality.
Solr wiki: Plugins
An example plugin
Next to these two links, I would advise you to download the Solr source code and take a look at the official request handlers. I used the above links and the source code to write a plugin of my own.
2013 年末新推出:LireSolr,Lire 的 Solr 插件包,由 Lire 作者。
提供现场演示:http://demo-itec.uni-klu.ac。在/liredemo/
…可以使用多个 Lire 分类器搜索图像,例如自动颜色相关图、PHOG 等。
我个人在 GitHub 上镜像了它:https://github.com/fish2000/liresolr
Newly available, as of late 2013: LireSolr, a Solr plugin package for Lire, by the Lire authors.
A live demo is available: http://demo-itec.uni-klu.ac.at/liredemo/
… images can be searched with several Lire classifiers, e.g. Auto Color Correlogram, PHOG, et al.
I’ve personally mirrored it on GitHub: https://github.com/fish2000/liresolr