diff options
| author | Michael Peter Christen <mc@yacy.net> | 2013-06-13 13:01:28 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2013-06-13 13:01:28 +0200 |
| commit | 570511f3c819dcd30bc28be8a4d05bd298f55f4b (patch) | |
| tree | 3d521d90b8e6121728e1fe117ae83f3870b6c525 /defaults | |
| parent | fd1776a3b063ddbcc5e1fcaa59aae92cc18e6524 (diff) | |
removed fields references_internal_id_sxt and
references_internal_url_sxt because they had been shown to be
superfluous. The citation of referrer in the host browser is possible
without them. Therefore now the host browser does not only show
internal, but also external referrer to each link.
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/solr.collection.schema | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index 41fd633bc..cb69a70ac 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -72,12 +72,6 @@ references_i ## number of unique http references from same host to referenced url references_internal_i -## ids of unique http references from same host to referenced url -#references_internal_id_sxt - -## urls of unique http references from same host to referenced url -#references_internal_url_sxt - ## number of unique http references from external hosts references_external_i |
