diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-09-27 16:57:05 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-09-27 16:57:05 +0200 |
| commit | b28d43decc29780eb9f60089cb47ecb3bbc856f7 (patch) | |
| tree | 9c9fa7dd21a35759a2b942213bc2be83be1fd581 /defaults | |
| parent | a52f3a597e1493e187536c1d44be88a3ce20b87a (diff) | |
added two more fields source_cr_host_norm_i,target_cr_host_norm_i in
webgraph and an addition to postprocessing to copy all cr ranking
attributes to the link edges associated to the postprocessing documents
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/solr.webgraph.schema | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/defaults/solr.webgraph.schema b/defaults/solr.webgraph.schema index ceae4cd87..0ba0cce70 100644 --- a/defaults/solr.webgraph.schema +++ b/defaults/solr.webgraph.schema @@ -74,6 +74,10 @@ source_id_s ## 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_clickdepth_i +## copy of the citation rank norm value from the source link +source_cr_host_norm_i + + ## host of the url (source) #source_host_s @@ -171,6 +175,10 @@ target_path_folders_sxt ## 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_clickdepth_i +## 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_cr_host_norm_i + + ## host of the url (target) #target_host_s |
