From 15e46b2baddb2e73ccf97cc07c48d271494f0c28 Mon Sep 17 00:00:00 2001 From: reger Date: Sat, 19 Dec 2015 21:25:08 +0100 Subject: [PATCH] exclude in/outboundlinksnofollowcount_i from default schema fields (not used in any function) --- defaults/solr.collection.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index 06f7b4ccb..71ab7c6cb 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -178,13 +178,13 @@ linksnofollowcount_i inboundlinkscount_i ## number of outgoing inbound (to same domain) links with nofollow tag, int -inboundlinksnofollowcount_i +#inboundlinksnofollowcount_i ## number of outgoing outbound (to other domain) links, including outboundlinksnofollowcount_i, int outboundlinkscount_i ## number of outgoing outbound (to other domain) links with nofollow tag, int -outboundlinksnofollowcount_i +#outboundlinksnofollowcount_i ## number of images, int imagescount_i