User Profile
- User
- andremedeiros
- Location
- Portugal
- Time Zone
- (GMT -1): Brazil Atlantic Islands, Cape Verde, Greenland Scoresbysun
- URL
- http://www.andremedeiros.info/
Recent Articles
Integrating Zend Framework Lucene with your Cake Application
This is a short tutorial that teaches you how to integrate Zend Framework's Lucene implementation (100% PHP) to your application. It requires your server to have PHP5 installed, since ZF only runs on PHP5, and is likelly to be deprecated very soon.
- Published by andremedeiros 10/16/06 - 13:27
- 34522 views
- 16 comments







I wouldn't know. It would, of course, vary according to a number of factors, like php's configured memory limit, if they rebuild the index all at once, or by parts, etc.
To be honest, I wouldn't count on it supporting terabytes of data.
Thanks for the catch!
Although Zend Search is byte-compatible with Apache's Lucene, the query engine still needs a lot of polishing.
What worked for me was querying using fields, ie:
tags:cars tags:beer
title:specs
And so on.
Let me know how it worked out
I think you actually can. Any parameter passed after the method is treated as an argument to the controller class' function, therefore I think it is safe to assume you can use func_num_args, get the last arg, and do a filter from there.
Check http://pt.php.net/func_num_args
http://framework.zend.com/manual/en/zend.search.charset.html