the component part in the YaCy Metadata is filled using the Dubling Core

vocabulary
pull/1/head
Michael Christen 13 years ago
parent 9cd36b4c44
commit 13f5b5f80d

@ -31,7 +31,6 @@ package net.yacy.cora.lod.vocabulary;
public enum YaCyMetadata implements Vocabulary {
hash, // the url's hash
comp, // components: the url, description, author and tags. As 5th element, an ETag is possible
mod, // last-modified from the httpd
load, // time when the url was loaded
fresh, // time until this url is fresh
@ -51,7 +50,6 @@ public enum YaCyMetadata implements Vocabulary {
/*
"String hash-12, " + // the url's hash
"String comp-360, " + // components: the url, description, author and tags. As 5th element, an ETag is possible
"Cardinal mod-4 {b256}, " + // last-modified from the httpd
"Cardinal load-4 {b256}, " + // time when the url was loaded
"Cardinal fresh-4 {b256}, " + // time until this url is fresh

Loading…
Cancel
Save