Lucene with PHP

前端 未结 6 1841
醉梦人生
醉梦人生 2020-12-03 04:44

Can I use Lucene with PHP ? I don\'t want to use Zend. Can I use in native PHP (not framework) ?

6条回答
  •  温柔的废话
    2020-12-03 05:20

    Also worth noting, SOLR (http://lucene.apache.org/solr/) has a simple HTTP API, and is built on top of Lucene, so if it provides what you need, then that's an easy answer!

    I don't have direct experience with Lucene with PHP, so I'll defer to the experts on that.

提交回复
热议问题