// call i.e. with "sku^20.0,url_paths_sxt^20.0,title^15.0,h1_txt^11.0,h2_txt^10.0,author^8.0,description^5.0,keywords^2.0,text_t^1.0,fuzzy_signature_unique_b^100000.0"
// call i.e. with "sku^20.0,url_paths_sxt^20.0,title^15.0,h1_txt^11.0,h2_txt^10.0,author^8.0,description_txt^5.0,keywords^2.0,text_t^1.0,fuzzy_signature_unique_b^100000.0"
@ -52,6 +52,7 @@ public enum WebgraphSchema implements SchemaDeclaration {
source_parameter_key_sxt(SolrType.string,true,true,true,false,false,"the keys from key-value pairs in the search part of the url (source)"),
source_parameter_value_sxt(SolrType.string,true,true,true,false,false,"the values from key-value pairs in the search part of the url (source)"),
source_clickdepth_i(SolrType.num_integer,true,true,false,false,false,"depth of web page according to number of clicks from the 'main' page, which is the page that appears if only the host is entered as url (source)"),
source_cr_host_norm_i(SolrType.num_integer,true,true,false,false,false,"copy of the citation rank norm value from the source link"),
source_host_s(SolrType.string,true,true,false,false,false,"host of the url (source)"),
source_host_id_s(SolrType.string,true,true,false,false,false,"id of the host (source)"),
@ -86,6 +87,7 @@ public enum WebgraphSchema implements SchemaDeclaration {
target_parameter_key_sxt(SolrType.string,true,true,true,false,false,"the keys from key-value pairs in the search part of the url (target)"),
target_parameter_value_sxt(SolrType.string,true,true,true,false,true,"the values from key-value pairs in the search part of the url (target)"),
target_clickdepth_i(SolrType.num_integer,true,true,false,false,false,"depth of web page according to number of clicks from the 'main' page, which is the page that appears if only the host is entered as url (target)"),
target_cr_host_norm_i(SolrType.num_integer,true,true,false,false,false,"copy of the citation rank norm value from the target link; this is only filled if the target host is identical to the source host"),
target_host_s(SolrType.string,true,true,false,false,true,"host of the url (target)"),
target_host_id_s(SolrType.string,true,true,false,false,false,"id of the host (target)"),