diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-04-16 22:16:20 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-04-16 22:16:20 +0200 |
| commit | 9a5ab4e2c141ac9ef9f45c6524f2352ab7c3789c (patch) | |
| tree | 39535024e7244b791a08d6447ee1e390b8553963 /defaults/solr.collection.schema | |
| parent | da86f150ab8339a1ae516b732a40220578979069 (diff) | |
removed clickdepth_i field and related postprocessing. This information
is now available in the crawldepth_i field which is identical to
clickdepth_i because of a specific crawler strategy.
Diffstat (limited to 'defaults/solr.collection.schema')
| -rw-r--r-- | defaults/solr.collection.schema | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index 6caad64f9..9de9eee2a 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -84,10 +84,7 @@ references_external_i ## number of external hosts which provide http references references_exthosts_i -## 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 -clickdepth_i - -## crawl depth of web page according to the number of steps that the crawler did to get to this document; if the crawl was started at a root document, then this is the maximum of clickdepth_i +## crawl depth of web page according to the number of steps that the crawler did to get to this document; if the crawl was started at a root document, then this is equal to the clickdepth crawldepth_i ## needed (post-)processing steps on this metadata set |
