You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Faisal Akeel <fa...@gmail.com> on 2006/04/14 16:18:14 UTC

Java Main Example

Hi all,
I always have problem with some website search engine and other website
don't have any search capability. I end up doing domain/site specific search
in google something like is (site:www.java.net glassfish) and the result
depends on google crawling for that site.
So, I have decide to create my own search rule using nutch but I don't want
to use the nutch shell command.

Is there simple java main example (i.e public static void main(String[]
args)) instead command shell?

Thanks,
Faisal Akeel