Have you looked at the PHP port of Apache Lucene from Zend.

http://bakery.cakephp.org/articles/view/integrating-zend-framework-lucene-with-your-cake-application

http://framework.zend.com/manual/en/zend.search.lucene.html

http://lucene.apache.org/java/docs/index.html


----- Original Message ----
From: SilenceDoGood <[EMAIL PROTECTED]>
To: CakePHP <[email protected]>
Sent: Friday, May 9, 2008 11:46:07 AM
Subject: Integrating Zoom Search Engine into CakePHP


I'm open to hearing suggestions to other Search Engine options, but
currently I'm using Wrensoft's Zoom Search Engine.    The tool comes
with a Microsoft Windows front with various configuration options and
the ability to generate an indexed files with cgi, php, asp front
ends.      The entry php or cgi script is intended to be black box.
There is a page_template.html where you can provide html and css look
and feel changes.    The black box php and cgi scripts contain the
form, text search field, and submit button.    Upon hitting submit
with the query string in the text field the script passes arguments
back to the same cgi/php script via the URL argument list.

Preferably, I would like to integrate the cgi into CakePHP, since it
produce a much faster search than the php script.

A more generic question would be how do you install black box command
line driven CGI scripts to be used in CakePHP a view.

The main reason I want to do this is to take advantage of CakePHP's
template capabilities.  Later on down the road, I want to take
advantage of the User/Group security module to limit access to various
search databases.




      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to