Update:Remora/Search Revamp: Difference between revisions

Line 30: Line 30:


===Zend_Search_Lucene===
===Zend_Search_Lucene===
I'd recommend this over straight Lucene as it's a PHP native implementation with PHP API and therefore matches the team skillset a little better (rather than having to code in Java and use the infamously buggy PHP/Java bridge).
http://framework.zend.com/manual/en/zend.search.lucene.html
 
I'd recommend this over straight Lucene (http://lucene.apache.org/) as it's a PHP native implementation with PHP API and therefore matches the team skillset a little better (rather than having to code in Java and use the infamously buggy PHP/Java bridge).


A significant problem is referenced here
A significant problem is referenced here
1,107

edits