Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Zend Lucene need Java Lucene?

When implementing Zend Lucene, do we need to install Java on our server or not?

like image 387
vinayrks Avatar asked Dec 10 '22 19:12

vinayrks


1 Answers

Although I have not used it, it appears that you do not need Java to use the Zend_Search_Lucene component. According to the documentation, Zend_Search_Lucene is a fully PHP implementation of Lucene.

However, there is support for interoperability between the Java indexes and the PHP indexes.

like image 134
Thomas Owens Avatar answered Dec 13 '22 21:12

Thomas Owens