X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fpazpar2_conf.xml;h=57427cae7b4350530859df5539f510e63bdd53db;hb=30b568091548ef97e199380a904f4fbcc5199156;hp=bcdf8ec0beac9fa2f912c6ce22ff74cca83a9ea8;hpb=a4fbf5ef2da8323e6fb39520fd16cf0842f36e80;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index bcdf8ec..57427ca 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -163,7 +163,7 @@ - service + service This nested element controls the behavior of Pazpar2 with @@ -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, @@ -1278,17 +1278,19 @@ 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 larger - value of pz:maxrecs, then Pazpar2 wait for show to fetch remaining - records - up to pz:extendrecs. This setting is best used if a - database does native sorting, because the result set otherwise may - be completely re-sorted during extended fetch. + 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. + The default value of pz:extendrecs is 0 (no extended fetch). - + - The pz:extendrecs setting is supported in Pazpar2 version 1.6.26. + The pz:extendrecs setting appeared in Pazpar2 version 1.6.26. + But the bahavior changed with the release of Pazpar2 1.6.29. - +