PHP 是否提供 Lucene 客户端 API,就像它提供 Spinx 客户端 API 一样?

发布于 2024-11-25 16:58:28 字数 159 浏览 0 评论 0原文

PHP 是否以提供 Sphinx Client API 的方式提供 Lucene Cient API?

考虑到我想使用本机 PHP,而不是任何框架。

Does PHP offer Lucene Cient API the way it offers Sphinx Client API ?

Considering I want to use with native PHP, not with any framework.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

千仐 2024-12-02 16:58:28

据我所知,除了有一个可以用来查询 solr 的 pecl 扩展之外。但是,您需要安装 solr (它通过 tomcat 应用服务器将 lucene 索引/搜索作为 Web 服务提供): https://www.php.net/solr

除此之外,我最近开始使用 Zend_Lucene (我知道你具体说你不想使用任何框架,-而且我也不是 zf 的粉丝-,但它似乎工作正常)

not that i know of, except that there is a pecl extension that you may use to query solr.. however, you need to install solr (which offers lucene indexes/searches as a webservice through a tomcat app server): https://www.php.net/solr

other than that, i recently started using Zend_Lucene (i know you specifically say you dont want to use any framework, -and i'm not a fan of zf either-, but it seems to work ok)

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