Antwort: Re: Why does TestNodeWalker keep failing?

2009-06-16 Thread marcel . schnippe
responsible. To read the DTD, one might be able to use an alternate URL based on the public identifier. Unfortunately, catalogs are not in wide-spread use, and W3C does nothing to promote them. -- Best regards, Marcel Schnippe Changemanager PER Provinzial Rheinland Die Versicherung der

Antwort: Re: parse-plugins.xml

2006-08-04 Thread marcel . schnippe
, or to drop it if its binary. Maybe it could filter language words contained in binary data (like .exe) . Best regards, Marcel Schnippe

[jira] Updated: (NUTCH-292) OpenSearchServlet: OutOfMemoryError: Java heap space

2006-05-30 Thread Marcel Schnippe (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-292?page=all ] Marcel Schnippe updated NUTCH-292: -- Attachment: summarizer.diff The exception seems familar to me. Maybe the attached patch does help? Marcel Schnippe OpenSearchServlet: OutOfMemoryError

[jira] Commented: (NUTCH-292) OpenSearchServlet: OutOfMemoryError: Java heap space

2006-05-30 Thread Marcel Schnippe (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-292?page=comments#action_12413982 ] Marcel Schnippe commented on NUTCH-292: --- Hi Stefan, Thanks for trying out the Patch. Yes, you were right, it was for 0.7. I should definitly switch, but i made so many

Re: Static initializers

2005-12-22 Thread marcel . schnippe
mentioned earlier. Greeting Marcel Schnippe. public class NutchConf { //... public static final NutchConf DEFAULT = new NutchConf(); private static ThreadLocal threadNutchConf = new ThreadLocal() { protected synchronized Object initialValue() { Stack confs = new Stack

Need metadata transport.

2005-11-28 Thread marcel . schnippe
. Marcel Schnippe

session support for nutch

2005-11-06 Thread marcel . schnippe
think I am in need of a separate set of plugins for every session. What do you think, would be the correct place to implement this into the plugin system? Marcel Schnippe