A robinson peer does not need to write RWI data if such peers are only

searched using the solr interface. Searching public rpbinsons will be
done with solr only in the future.
pull/1/head
Michael Peter Christen 12 years ago
parent ab4f74c82c
commit 6f6ddaf7e7

@ -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,

@ -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

Loading…
Cancel
Save