A good idea could be write a Lucene's PHP extension. These would be more efficient. The Zend_Search_Lucene component could stay for testing and learning.
Matthew Weier O'Phinney-3 wrote: > > -- monkeyiq <[email protected]> wrote > (on Monday, 15 December 2008, 05:25 PM -0800): >> Sorry if this is the incorrect forum for this question, but there >> seemed >> to be a few Lucene questions here. >> >> I'm wondering what the primary motivations for reimplementing the >> Lucene >> API in PHP were for the Zend_Search_Lucene project? For example, as >> opposed >> to using something like CLucene through a PHP layer? > > Primarily because a pure PHP implementation is more portable across > server environments than relying on an extension or a separate Java > process. > > -- > Matthew Weier O'Phinney > Software Architect | [email protected] > Zend Framework | http://framework.zend.com/ > > -- View this message in context: http://www.nabble.com/Zend_Search_Lucene-PHP-reimplementation-tp21025581p22246345.html Sent from the Zend Framework mailing list archive at Nabble.com.
