diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-02-09 11:05:06 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-02-09 11:05:06 +0100 |
| commit | 185765198887d3610258586ab22f0d0c6438eaee (patch) | |
| tree | e67211bb5ff0272c899f537c1a1b6de95148cf3b /defaults/yacy.init | |
| parent | 526f2d6a8ba5a1c36b489461d7a2c59098dfcffc (diff) | |
Added a new Debug/Analysis advanced settings subsection.
As discussed in PR #93 with @JeremyRand and @reger24 this new advanced
settings page includes:
- a new setting to control remote Solr responses encoding
- some existing debug settings which could not be set through the admin
user interface
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index cb9a95c04..6d978fc68 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -890,6 +890,9 @@ remotesearch.result.store.maxsize=-1 remotesearch.maxload.rwi=8.0
remotesearch.maxload.solr=4.0
+# Control whether remote Solr instances responses should be binary encoded. Responses are transferred as XML when set to false.
+remote.solr.binaryResponse.enabled=true
+
# specifies if yacy should set it's own referer if no referer URL
# was set by the client.
useYacyReferer = false
|
