In my (short) experience w/ nutch it's pretty easy to fetch and render search results using the opensearch servlet. When you fire up tomcat and perform a search, there's a linke on the results page to an RSS XML feed. I use this from a Perl based application (Catalyst framework) to perform searches. I process the XML and display the results how I want them on the screen.
Works rather well, actually. If I understand the approach you'd be using it's to invoke Java classes from PHP. I've not done this. My take is that you'd sooner run into bottlenecks forking JVMs in this way then if you use the opensearch servlet approach I mentioned. If you experience otherwise, please post here as there might be folks here (like me) who are interested. Best, Andy Marco Pereira wrote: > Hi, > > I'm not very familiar to the Java language. > But I have just seen that the new Zend Framework with PHP5 could interact > with lucene classes. > > If I'm not wrong, that means that it would be kind of easy to integrate > nutch with php. > > Please, I said: If I'm not wrong... > What do you think about nutch having a php fronted? > > Thanks for you attentio, > > Marco Vanossi > -- Andrew Libby [EMAIL PROTECTED] http://philadelphiariders.com/ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
