Dennis Kubes wrote:
I am doing that and I have changed Indexer to retrieve the ObjectWritable just as it does with the Inlinks and CrawlDb. But my problem is that those objects are passed into the indexing filters directly (well parse text and data are wrapped in parse, but it still goes in directly). What if I want to pass another object to the filters? What would be a good way to do that without changing the IndexingFilter interface?
Use CrawlDatum.metaData. You can put any Writable there. -- Best regards, Andrzej Bialecki <>< ___. ___ ___ ___ _ _ __________________________________ [__ || __|__/|__||\/| Information Retrieval, Semantic Web ___|||__|| \| || | Embedded Unix, System Integration http://www.sigram.com Contact: info at sigram dot com ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
