From 4051675f52ef65a81d29a0a23b8170a162f8ed50 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 5 Nov 2014 18:14:58 +0000 Subject: [PATCH] Document more config settings. Add embryonic section on indirect settings. --- doc/mkws-manual.markdown | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 63c502f..184bb98 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -860,10 +860,13 @@ default values are in footnotes to keep the table reasonably narrow. ---- Element Widget Type Default Description -------- ------ ----- --------- ------------ -auth_hostname _global_ string +auth_hostname _global_ string If provided, overrides the `pp2_hostname` setting when constructing the + Service Proxy authentication URL. This need only be used when authentication + is performed on a different host from the remaining operations (search, + retrieve, etc.) -autosearch facet, string - facets, +autosearch facet, string If provided, this setting contains a query which is immediately run on behalf + facets, of the team. Often used with an [indirect setting](#indirect-settings). record, records, results @@ -888,9 +891,9 @@ language_* _global_ hash Support for any number of name is `language_` followed by the code of the language. See the separate section below for details. -limit facet, string ### See http://www.indexdata.com/pazpar2/doc/pazpar2_protocol.html - facets, - record, +limit facet, string ### See the Search section in + facets, [the Protocol chapter of the Pazpar2 manual + record, ](http://www.indexdata.com/pazpar2/doc/pazpar2_protocol.html) records, results @@ -1039,6 +1042,9 @@ structure.) 6. [["relevance"], ["title:1", "title"], ["date:0", "newest"], ["date:1", "oldest"]] +### Indirect settings + +FIXME !query!q, !path!2, etc. Language specification ---------------------- -- 1.7.10.4