![]() |
Zend Lucene Search with CI ?? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Zend Lucene Search with CI ?? (/showthread.php?tid=3735) |
Zend Lucene Search with CI ?? - El Forum - 10-19-2007 [eluser]citryer[/eluser] Has anybody done this before??... Can someone give a little direction on what needs to be changed (at CI/Zend framework end)to accomplish this. Thanks and looking forward to your comments. Zend Lucene Search with CI ?? - El Forum - 10-19-2007 [eluser]danfreak[/eluser] Try to read this article and have a look if it works for you. Using Zend Framework components in Code Igniter The Zend Framework works on PHP versions >=5.2 Zend Lucene Search with CI ?? - El Forum - 10-22-2007 [eluser]citryer[/eluser] wow.. ![]() worked beautifully... Thanks alot.. One more question and this is more to do with Zend Lucene Search but ... I would like to know whether Zend search is capable of indexing and searching .txt,.doc,.pdf files?? Zend Lucene Search with CI ?? - El Forum - 10-22-2007 [eluser]danfreak[/eluser] Your welcome! Unluckily I did not try out Zend Lucene, and therefore I can't be of any help here. Try to readthe docs or ask in the Zend Framework forum! Dan Zend Lucene Search with CI ?? - El Forum - 10-22-2007 [eluser]esra[/eluser] There is a controller example on the Kohana site that I experimented earlier. It does work with 1.5.4. |