diff --git a/.classpath b/.classpath index 1cb896603..c36811f6e 100644 --- a/.classpath +++ b/.classpath @@ -99,5 +99,9 @@ + + + + diff --git a/build.xml b/build.xml index 729ebd0f0..5195f29eb 100644 --- a/build.xml +++ b/build.xml @@ -217,6 +217,10 @@ + + + + diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index c31d3d3ac..3481c4690 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -103,7 +103,7 @@ function updatepage(str) {
URL Metadata
URL:
#[url]#
-
Hash:
#[hash]# (click this for full metadata)
+
Hash:
#(inurldb)##[hash]#::#[hash]# (click this for full metadata)#(/inurldb)#
In Metadata:
#(inurldb)#no::yes#(/inurldb)#
In Cache:
#(incache)#no::yes#(/incache)#
First Seen:
#[firstSeen]#
diff --git a/htroot/ViewFile.java b/htroot/ViewFile.java index 9c61ba70d..778688825 100644 --- a/htroot/ViewFile.java +++ b/htroot/ViewFile.java @@ -356,6 +356,7 @@ public class ViewFile { prop.put("error", "0"); prop.put("error_url", url.toNormalform(true)); prop.put("error_hash", urlHash); + prop.put("error_inurldb_hash", urlHash); prop.put("error_wordCount", wordCount); prop.put("error_firstSeen", ""); long firstseen = sb.index.getFirstSeenTime(ASCII.getBytes(urlHash)); diff --git a/lib/jwat-archive-common-1.0.4.jar b/lib/jwat-archive-common-1.0.4.jar new file mode 100644 index 000000000..f143585e3 Binary files /dev/null and b/lib/jwat-archive-common-1.0.4.jar differ diff --git a/lib/jwat-common-1.0.4.jar b/lib/jwat-common-1.0.4.jar new file mode 100644 index 000000000..766d0a78d Binary files /dev/null and b/lib/jwat-common-1.0.4.jar differ diff --git a/lib/jwat-gzip-1.0.4.jar b/lib/jwat-gzip-1.0.4.jar new file mode 100644 index 000000000..affd42732 Binary files /dev/null and b/lib/jwat-gzip-1.0.4.jar differ diff --git a/lib/jwat-warc-1.0.4.jar b/lib/jwat-warc-1.0.4.jar new file mode 100644 index 000000000..2effa2253 Binary files /dev/null and b/lib/jwat-warc-1.0.4.jar differ diff --git a/pom.xml b/pom.xml index 3ab8b642b..19272fea2 100644 --- a/pom.xml +++ b/pom.xml @@ -476,6 +476,26 @@ 1.10.2 jar + + org.jwat + jwat-common + 1.0.4 + + + org.jwat + jwat-gzip + 1.0.4 + + + org.jwat + jwat-warc + 1.0.4 + + + org.jwat + jwat-archive-common + 1.0.4 + com.youcruit.com.cybozu.labs langdetect diff --git a/source/net/yacy/cora/federate/solr/responsewriter/HTMLResponseWriter.java b/source/net/yacy/cora/federate/solr/responsewriter/HTMLResponseWriter.java index 7876c7f17..8b05ba56d 100644 --- a/source/net/yacy/cora/federate/solr/responsewriter/HTMLResponseWriter.java +++ b/source/net/yacy/cora/federate/solr/responsewriter/HTMLResponseWriter.java @@ -33,6 +33,7 @@ import java.util.regex.Pattern; import net.yacy.cora.federate.solr.SolrType; import net.yacy.cora.lod.vocabulary.DublinCore; import net.yacy.search.schema.CollectionSchema; +import net.yacy.search.schema.WebgraphSchema; import org.apache.lucene.document.Document; import org.apache.lucene.index.IndexableField; @@ -72,7 +73,7 @@ public class HTMLResponseWriter implements QueryResponseWriter { /** * Append YaCy JavaScript license information to writer * @param writer must be non null - * @throws IOException when a write error occured + * @throws IOException when a write error occurred */ private void writeJSLicence(final Writer writer) throws IOException { writer.write("