Hi,

I set a field using CrawlDatum.setMetaData(k, v). This works well as it shows 
me my meta key if i print the CrawlDatum to stdout. However, when i check with 
getMetaData().containsKey(k) it returns false.

It's a bit confusing as set clearly sets the MapWritable meta data in the 
local scope and the get method reads from it. Am i missing something? The 
comment on getMetaData is a bit confusing as well.

Thanks

Reply via email to