Hi, 2010/6/1 comb <[email protected]>: > Hi! > > I have 5 different Models that I want to be searchable. > I don't know, how to implement the search right now. First thing I > think of is Zend Lucene, but I read several times, that the > performance is bad (cannot use the java implementation).
Performance is bad if you do this like in symfony tutorial. I noticed that when I run optimize() after each insert I get _really_ good performance. (Don't know why, but running optimize after several inserts doesn't do the trick) > > No my question is: where is the limit of Zend Lucene? I expect about > 1000-10.000 records per Model and a maximum of 100 search-requests per > minute. (probably 1-10 per minute average) > Can Zend Lucene handle that amount? > > Is there an other (PHP-)library that I could do the searching with, if > Lucene is to slow? Sphinx. Regards, Michal -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
