On Tue, November 8, 2005 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.
Nutch 0.7 supports A9 opensearch RSS. From our main web server, we use PHP's CURL and SimpleXML functions to query an internal tomcat instance and parse accordingly. Here is an example: http://fisher.osu.edu/resources/search.html?query=Fisher Jon http://jon.shoberg.net
