Zend_Search_Lucene talk slides
IPC07 is not over yet, but my talk is - it was quite nice IMHO, I got lots of questions, and ran quite a bit over my time - but since it was the last talk of the day it was Ok I guess.
I think that my main goal, which was to show how easy it is to start indexing existing content, was acheived and several people came to me and said they thing Zend_Search_Lucene is one killer component.
The slides are available here.
















Very nice presentation. You should add it to the tutorial list on the Wiki.
Lots of people could benefit from your slides
Is there any way to limit the number of results shown? I have implemented just the Zend Search at http://www.swfl-news.com/test.php.
If you search for “Home” or a single word you get thousands of records back, and it takes a while. I wish that I could return the results faster in a shorter list per page.
any ideas?
@farrelley:
I’m not sure, but this might help: http://framework.zend.com/manual/en/zend.search.lucene.searching.html#zend.search.lucene.searching.results-limiting
In any case I suggest asking in the mailing list (register to fw-formats@lists.zend.com and post there).
Shahar.
My problem is that I have almost 100,000 articles and they are growing about 300 a day. I have run the optimize $index->Optimize(); and everything worked. However, maybe there is a better way to do the search. I have been using $hits->find($query); to get results. Is there a better way to do it?
-http://www.swfl-news.com/
-Shaun