PHP 是否提供 Lucene 客户端 API,就像它提供 Spinx 客户端 API 一样?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,除了有一个可以用来查询 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)