Hi, Can someone please explain to me exactly what the cashing field is actually cashing in index-basic? I see the various fields in o.a.n.metadata.Nutch e.g. CACHING_FORBIDDEN_ALL, CACHING_FORBIDDEN_CONTENT, etc. but I am still not sure how the functionality or indeed the 'what' actually is!!!
Also, say if I wanted to fictitiously create some cache content within a WebPage I could do WebPage page = new WebPage(); page.putToMetadata(Utf8, ByteBuffer); // I think but could someone explain to me what typical values would be for key and associated value respectively? Thank you very much in advance. best Lewis -- Lewis

