Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-08 Thread Ralf Eggert
Hi again, thanks to Keith, Matthew and Hakan so far for their feedback about Zend_Search_Lucene. So it seems that ZSL is not yet enterprise ready so far. Is there anybody that did manage to build a search with ZSL and a really large index and can provide us with his findings or best practices?

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-08 Thread Matthew Ratzloff
Way ahead of you. ;-) I've been talking to the guy who wrote Apache_Solr to help get a Zend_Search_Solr proposal going. I'll ping him again about his CLA. -Matt On Sat, Nov 8, 2008 at 5:21 AM, keith Pope [EMAIL PROTECTED] wrote: Talking of solr maybe Zend_Service_Solr would be a good

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-08 Thread keith Pope
If I had time I would, busy writing a book on ZF atm :) 2008/11/8 Tobias Gies [EMAIL PROTECTED]: Hey Keith, go ahead and create a proposal :) 2008/11/8 keith Pope [EMAIL PROTECTED] Talking of solr maybe Zend_Service_Solr would be a good addition to the Zend Core? 2008/11/8 Ralf Eggert

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-08 Thread Hakan Şenol Ensari
Very anecdotally: Some months back, I played around with ZSL, importing a reasonably large database of books -- some eight million rows, with title, author, publisher, publication date, and so on. The performance was lackluster, to say the least. Later, I recreated the same indices in Solr, which

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-08 Thread keith Pope
Lucene is a standard for indexing, Apache Lucene is the Java implementation of Lucene, Zend_Search_Lucene is the PHP implementation of Lucene. You can implement Lucene is any language if you follow the standard. Solr acts as a server like interface to Lucene, there are many ways of actually

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-08 Thread Benjamin Eberlei
ezcomponents has an ready to go solr service component, if you are eager to use solr in your php application. On Sat, 8 Nov 2008 13:21:49 +, keith Pope [EMAIL PROTECTED] wrote: Talking of solr maybe Zend_Service_Solr would be a good addition to the Zend Core? 2008/11/8 Ralf Eggert

[fw-general] Zend_Search_Lucene is very sloooooow

2008-11-07 Thread Ralf Eggert
Hi, no that is not my opinion, that is the one sentence I heard most during the last IPC in Mainz when I talked to others about Zend_Search_Lucene. The widespread belief was that Zend_Search_Lucene is a very nice tool but it is damn slow with a larger index. I need to add that I did not find out

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-07 Thread keith Pope
Hi, I did a prototype using ZSL using a database of news articles 40,000. I had a bit of a mixed experience Indexing was fine took a while but nothing unexpected. Searching using simple queries was ok I think its was something like 0.8 - 2 seconds per search Searching using ranges failed

Re: [fw-general] Zend_Search_Lucene is very sloooooow

2008-11-07 Thread Matthew Ratzloff
Your e-mail prompted me to finally write down my thoughts on the subject: http://www.builtfromsource.com/2008/11/07/zend_search_lucene-not-enterprise-ready/ -Matt On Fri, Nov 7, 2008 at 1:09 AM, Ralf Eggert [EMAIL PROTECTED] wrote: Hi, no that is not my opinion, that is the one sentence I