remove hard throw exception in makeResultEntry

remove not used "share." peername.yacy url rewrite
pull/8/head
reger 10 years ago
parent af57fbefad
commit 8b35656007

@ -717,10 +717,9 @@ public class URIMetadataNode extends SolrDocument /* implements Comparable<URIMe
ConcurrentLog.logException(e);
}
indexSegment.fulltext().remove(this.hash()); // clean up
throw new RuntimeException("index void");
}
this.alternative_urlstring = "http://" + address + "/" + host.substring(0, p) + path;
this.alternative_urlname = "http://share." + seed.getName() + ".yacy" + path;
this.alternative_urlname = "http://" + seed.getName() + ".yacy" + path;
if ((p = this.alternative_urlname.indexOf('?')) > 0) this.alternative_urlname = this.alternative_urlname.substring(0, p);
}
return this;

Loading…
Cancel
Save