Re: how to manipulate with MapWritable metaData in CrawlDatum structure

2006-06-11 Thread Dennis Kubes
The MapWritable acts as a shared memory area or Map that you can put other writables into and retrieve them from. To Add metatdata to the CrawlDataum you would use something like this: datum.getMetaData().put(key, value) Where key and value are both Writable implementations such as UTF8 or I

how to manipulate with MapWritable metaData in CrawlDatum structure

2006-06-11 Thread Feng Ji
hi, I wonder how to use "MapWritable metaData" in CrawlDatum.java. The API gives us some function call, but I still don't know how to input information (String) to metaData and retrieve information; How to convert MapWritable variable to other types like MetaData type or String type. Any good sa

Re: 0.8 release

2006-06-11 Thread Lukas Vlcek
Hi, Is there a real chance that NUTCH-273 would be fixed soon (let's say once 0.8 is relased)? Lukas On 6/10/06, Andrzej Bialecki <[EMAIL PROTECTED]> wrote: Sami Siren wrote: > How would folks feel about releasing 0.8 now, there has been quite a > lot of improvements/new features > since 0.7 ser