@ -1064,7 +1068,8 @@ public final class Protocol {
}
}else{
try{
RemoteInstanceinstance=newRemoteInstance("http://"+target.getPublicAddress(),null,"solr");// this is a 'patch configuration' which considers 'solr' as default collection
RemoteInstanceinstance=newRemoteInstance("http://"+address,null,"solr");// this is a 'patch configuration' which considers 'solr' as default collection
publicstaticfinalStringDEBUG_SEARCH_LOCAL_DHT_ON="debug.search.local.dht.on";// =true: use the local dht/rwi index (which is not done if we do remote searches)
publicstaticfinalStringDEBUG_SEARCH_LOCAL_SOLR_OFF="debug.search.local.solr.off";// =true: do not use solr
publicstaticfinalStringDEBUG_SEARCH_REMOTE_DHT_OFF="debug.search.remote.dht.off";// =true: do not use dht/rwi
publicstaticfinalStringDEBUG_SEARCH_REMOTE_DHT_TESTLOCAL="debug.search.remote.dht.testlocal";// =true: do not use dht, search local peer in a shortcut to the own server
publicstaticfinalStringDEBUG_SEARCH_REMOTE_SOLR_OFF="debug.search.remote.solr.off";// =true: do not use solr
publicstaticfinalStringDEBUG_SEARCH_REMOTE_SOLR_TESTLOCAL="debug.search.remote.solr.testlocal";// =true: do not use dht, search local peer in a shortcut to the own server