[Nutch-dev] indexing more fields

2005-04-19 Thread Konstantin Ott
uggestions? thx Konstantin Ott --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features

[Nutch-dev] Re: Needing more protocols

2005-04-01 Thread Konstantin Ott
ting wrote: Konstantin Ott wrote: 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

[Nutch-dev] Needing more protocols

2005-03-25 Thread Konstantin Ott
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