|
|
|
@ -828,7 +828,9 @@ public class yacysearch {
|
|
|
|
|
prop.put("num-results_globalresults_remoteIndexCount", Formatter.number(theSearch.remote_rwi_available.get() + theSearch.remote_solr_available.get(), true));
|
|
|
|
|
prop.put("num-results_globalresults_remotePeerCount", Formatter.number(theSearch.remote_rwi_peerCount.get() + theSearch.remote_solr_peerCount.get(), true));
|
|
|
|
|
|
|
|
|
|
final boolean jsResort = sb.getConfigBool(SwitchboardConstants.SEARCH_JS_RESORT, SwitchboardConstants.SEARCH_JS_RESORT_DEFAULT);
|
|
|
|
|
final boolean jsResort = global
|
|
|
|
|
&& (contentdom == ContentDomain.ALL || contentdom == ContentDomain.TEXT) // For now JavaScript resorting can only be applied for text search
|
|
|
|
|
&& sb.getConfigBool(SwitchboardConstants.SEARCH_JS_RESORT, SwitchboardConstants.SEARCH_JS_RESORT_DEFAULT);
|
|
|
|
|
prop.put("jsResort", jsResort);
|
|
|
|
|
prop.put("num-results_jsResort", jsResort);
|
|
|
|
|
|
|
|
|
|