开发者

Does PHP offer Lucene Client API like it offer Spinx client API?

开发者 https://www.devze.com 2023-03-21 19:11 出处:网络
Does PHP offer Lucene Cient API the way it offer开发者_运维问答s Sphinx Client API ? Considering I want to use with native PHP, not with any framework.not that i know of, except that there is a pecl

Does PHP offer Lucene Cient API the way it offer开发者_运维问答s Sphinx Client API ?

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


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): http://us3.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)

0

精彩评论

暂无评论...
验证码 换一张
取 消