在 Solr 中运行 Lire 图像搜索——如何?

发布于 2024-11-28 18:58:28 字数 235 浏览 1 评论 0原文

我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

可爱暴击 2024-12-05 18:58:28

我不知道该库在 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.

素衣风尘叹 2024-12-05 18:58:28

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文