Stringquery=(harvestkey==null||!segment.fulltext().getDefaultConfiguration().contains(CollectionSchema.harvestkey_s)?"":CollectionSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
@ -906,9 +905,8 @@ public class CollectionConfiguration extends SchemaConfiguration implements Seri
// This shall fulfill the following requirement:
// If a document A links to B and B contains a 'canonical C', then the citation rank coputation shall consider that A links to C and B does not link to C.
// To do so, we first must collect all canonical links, find all references to them, get the anchor list of the documents and patch the citation reference of these links
(harvestkey==null?"":CollectionSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
WebgraphSchema.process_sxt.getSolrFieldName()+":[* TO *]",
0,100000,60000,50);
Stringquery=(harvestkey==null||!this.contains(WebgraphSchema.harvestkey_s)?"":WebgraphSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
WebgraphSchema.process_sxt.getSolrFieldName()+":[* TO *]";