You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Raghavendra Prabhu <rr...@gmail.com> on 2006/02/01 18:24:56 UTC

code for rtf-parser

Hi

I think the rtf-parser code has not been modified to use Content Properties

I suppose that option is not included in the default build

But i think it should also be changed

-import org.apache.nutch.protocol.Content;
+import org.apache.nutch.protocol.ContentProperties;

ContentProperties metadata = new ContentProperties();
    metadata.putAll(content.getMetadata());
    metadata.putAll(delegate.getMetaData());

Thanks

Rgds
Prabhu