|
|
|
@ -898,7 +898,7 @@ public class CollectionConfiguration extends SchemaConfiguration implements Seri
|
|
|
|
|
Boolean canonical_equal_sku = canonical == null ? null : canonical.toNormalform(true).equals(url);
|
|
|
|
|
if (webgraph != null && (!containsCanonical || (canonical_equal_sku != null && (canonical_equal_sku.booleanValue())))) {
|
|
|
|
|
// a document with canonical tag should not get a webgraph relation, because that belongs to the canonical document
|
|
|
|
|
List<SolrInputDocument> edges = webgraph.getEdges(subgraph, digestURL, responseHeader, collections, crawldepth, images, processTypes, document.getAnchors(), sourceName);
|
|
|
|
|
List<SolrInputDocument> edges = webgraph.getEdges(subgraph, digestURL, responseHeader, collections, crawldepth, processTypes, document.getAnchors(), sourceName);
|
|
|
|
|
// this also enriched the subgraph
|
|
|
|
|
doc.webgraphDocuments.addAll(edges);
|
|
|
|
|
} else {
|
|
|
|
|