Lucene with PHP

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

    Yeah you can simply code a java module for indexing and searching purpose using apache lucene library. Then you can merge it with php module with php/java bridge or SOAP. It will be quite good learning experience for you.

提交回复
热议问题