Lucene with PHP

前端 未结 6 1837
醉梦人生
醉梦人生 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:09

    I would recommend using Apache SOLR as your Lucene backend and connecting via web service calls from your PHP code.

    I'd also note that it's easy to pick and choose components of Zend Framework for use in your application without loading the entire framework. You could use Zend_Search_Lucene in your site and forego Zend's MVC, database, and related components.

提交回复
热议问题