diff --git a/source/net/yacy/peers/Protocol.java b/source/net/yacy/peers/Protocol.java index bb3d9a8ef..d7a1bb3db 100644 --- a/source/net/yacy/peers/Protocol.java +++ b/source/net/yacy/peers/Protocol.java @@ -118,14 +118,12 @@ import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.response.FacetField; import org.apache.solr.client.solrj.response.QueryResponse; import org.apache.solr.client.solrj.response.FacetField.Count; -import org.apache.solr.client.solrj.util.ClientUtils; import org.apache.solr.common.SolrDocument; import org.apache.solr.common.SolrDocumentList; import org.apache.solr.common.params.FacetParams; -public final class Protocol -{ +public final class Protocol { private static byte[] postToFile( final Seed target, diff --git a/source/net/yacy/search/Switchboard.java b/source/net/yacy/search/Switchboard.java index 6030cdbd4..1bfc4abfd 100644 --- a/source/net/yacy/search/Switchboard.java +++ b/source/net/yacy/search/Switchboard.java @@ -2692,7 +2692,7 @@ public final class Switchboard extends serverSwitch { condenser, searchEvent, sourceName, - getConfigBool(SwitchboardConstants.DHT_ENABLED, false)); + getConfigBool(SwitchboardConstants.DHT_ENABLED, false) && !isRobinsonMode()); final RSSFeed feed = EventChannel.channels(queueEntry.initiator() == null ? EventChannel.PROXY