From f1a8158e4c569736e4380c9c4caeae231dd4b65b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 3 Apr 2013 13:00:42 +0200 Subject: [PATCH] Doc: more on pz:extendrecs and spell fix --- doc/pazpar2_conf.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 6f4f3e0..74f778e 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -801,7 +801,7 @@ The XML configuration may be partitioned into multiple files by using the include element which takes a single attribute, - src. The of the src attribute is + src. The src attribute is regular Shell like glob-pattern. For example, @@ -1280,9 +1280,10 @@ If a show command goes to the boundary of a result set for a database - depends on sorting - and pz:extendrecs is set to a positive value. then Pazpar2 wait for show to fetch pz:extendrecs more - records. This setting is best used if a - database does native sorting, because the result set otherwise may - be completely re-sorted during extended fetch. + records. This setting is best used if a database does native + sorting, because the result set otherwise may be completely + re-sorted during extended fetch. + The default value of pz:extendrecs is 0 (no extended fetch). -- 1.7.10.4