Victor,
It's very easy to use a PHP front-end with Nutch. Run Tomcat on the
same box as PHP. Then write a PHP search page that makes an HTTP call
to "http://localhost/opensearch" for the actual search operation.
Parse the resulting XML (RSS 2.0) with xml_parse_into_struct() and
display.
I'm using this setup on http://www.busytonight.com and it works great.
--Matt
On Nov 8, 2005, at 6:21 PM, Victor Lee wrote:
Hi,
I am using PHP in frontend, and I just realized that
Nutch is using Tomcat and JSP. Did anyone try to use
PHP instead of Tomcat and JSP? How hard is it? Any
code samples?
Many thanks.
--
Matt Kangas / [EMAIL PROTECTED]