Network.log.info("remote search: url-hash "+ASCII.String(urlEntry.hash())+" does not belong to word-attached-hash "+ASCII.String(entry.urlhash())+"; url = "+urlEntry.url()+" from peer "+target.getName());
Network.log.info("remote search: url-hash "+ASCII.String(urlEntry.hash())+" does not belong to word-attached-hash "+ASCII.String(entry.urlhash())+"; url = "+urlEntry.url().toNormalform(true)+" from peer "+target.getName());
@ -1055,7 +1055,7 @@ public class CollectionConfiguration extends SchemaConfiguration implements Seri
// 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
Stringpatchquery=CollectionSchema.host_s.getSolrFieldName()+":"+host+" AND "+CollectionSchema.canonical_s.getSolrFieldName()+AbstractSolrConnector.CATCHALL_DTERM;
@ -1248,7 +1249,7 @@ public class CollectionConfiguration extends SchemaConfiguration implements Seri
CollectionSchema.host_subdomain_s.getSolrFieldName()+" asc,"+// sort on subdomain to get hosts without subdomain first; that gives an opportunity to set www_unique_b flag to false
CollectionSchema.url_protocol_s.getSolrFieldName()+" asc"// sort on protocol to get http before https; that gives an opportunity to set http_unique_b flag to false