CodeIgniter Forums
CI with Lucene anybody? - 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: CI with Lucene anybody? (/showthread.php?tid=2231)



CI with Lucene anybody? - El Forum - 07-23-2007

[eluser]citryer[/eluser]
Hello all,

any pointers in this regard??


CI with Lucene anybody? - El Forum - 07-24-2007

[eluser]number5[/eluser]
I'm using CodeIgniter with Solr[1], which is based on Lucene

[1] http://lucene.apache.org/solr


CI with Lucene anybody? - El Forum - 07-24-2007

[eluser]citryer[/eluser]
I think this is pretty much the only thing which i can think of, that is missing from CI given zend already has Lucence integration and i think I saw symfony implementation as well..

I think CI is missing on such a great feature Smile


CI with Lucene anybody? - El Forum - 07-24-2007

[eluser]pr0digy[/eluser]
The nice thing about Zend components is that you can use them in just about any framework. You can integrate Zend Search Lucene into CI, quite easily in fact.


CI with Lucene anybody? - El Forum - 07-24-2007

[eluser]esra[/eluser]
There is sample code on the Kohana site posted in a message within this thread:

http://kohanaphp.com/forums/index.php/topic,32.0.html


CI with Lucene anybody? - El Forum - 07-24-2007

[eluser]citryer[/eluser]
Thanks esra.. I'l go through the links but a quick thought before that... isn't zend a PHP5 framework.. wheres unfortunately I am stuck with PHP 4 for the time being.. Sad


CI with Lucene anybody? - El Forum - 07-25-2007

[eluser]esra[/eluser]
Search Engine Lucene is not specifically a Zend Framework library because it existed before, but I believe that it has always been a PHP5 library. I could be mistaken.


CI with Lucene anybody? - El Forum - 05-06-2009

[eluser]The Spider[/eluser]
I am also need of this feature.
Please help.


CI with Lucene anybody? - El Forum - 05-06-2009

[eluser]TheFuzzy0ne[/eluser]
http://www.cmjackson.net/2009/02/17/php-codeigniter-and-lucene/