Does PHP offer Lucene Client API like it offer Spinx client API?
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)
精彩评论