From: Adam Dickmeiss Date: Fri, 14 Oct 2011 07:52:56 +0000 (+0200) Subject: Proper use of setting:value in zebra conf doc X-Git-Tag: v2.0.50~8 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a2e503e86c949266ed07169caa5f43b8eea29608 Proper use of setting:value in zebra conf doc --- diff --git a/doc/administration.xml b/doc/administration.xml index e285508..762ba7d 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -338,7 +338,7 @@ - estimatehits:: integer + estimatehits: integer Controls whether &zebra; should calculate approximate hit counts and @@ -453,22 +453,23 @@ - dbaccess accessfile + dbaccess: accessfile Names a file which lists database subscriptions for individual users. - The access file should consists of lines of the form username: - dbnames, where dbnames is a list of database names, separated by - '+'. No whitespace is allowed in the database list. + The access file should consists of lines of the form + username: dbnames, where dbnames is a list of + database names, separated by '+'. No whitespace is allowed in the + database list. - encoding charsetname + encoding: charsetname - Tells Zebra to interpret the terms in Z39.50 queries as + Tells &zebra; to interpret the terms in Z39.50 queries as having been encoded using the specified character encoding. The default is ISO-8859-1; one useful alternative is UTF-8. @@ -480,7 +481,7 @@ storeKeys: value - Specifies whether Zebra keeps a copy of indexed keys. + Specifies whether &zebra; keeps a copy of indexed keys. Use a value of 1 to enable; 0 to disable. If storeKeys setting is omitted, it is enabled. Enabled storeKeys are required for updating and deleting records. Disable only @@ -493,7 +494,7 @@ storeData: value - Specifies whether Zebra keeps a copy of indexed records. + Specifies whether &zebra; keeps a copy of indexed records. Use a value of 1 to enable; 0 to disable. If storeData setting is omitted, it is enabled. A storeData setting of 0 (disabled) makes Zebra fetch records from the original locaction in the file