hello,
looking a little bit at nutch it seems great and we would like to use/extend it for something like a personal/corporate knowledgement tool. Well therefor its necessary to index other content to. Especially we need the content of imap folders and maybe some database content.


The protocol plugins seem to be the right starting point. But here and at other places like the Fetcher I see that pages are basically needing the java.net.URL. Actually only for splitting the url in host,port, path.... So we only need the URLStreamHandler in the protocol plugins.
Using something like the javax.mail.URLName would leave the necessary StreamHandler in the protocol plugins and it would be easily possible to make plugins for what ever protocol I like to implement.


Any ideas for building protocol plugins not using the java.net.URL ?
thx
Konstantin Ott


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-developers mailing list Nutch-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to