X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fbook.xml;h=fe638f396106ee6cee207dcd40fda0e27a4477ed;hp=e6e839ff7ddf03b2774eca71cfe52307bc63490d;hb=a643b7e1c8b5643c3b3f78fe845745705a305fe0;hpb=67791b7efdc55585d77c3889699c9fe155a9abe6 diff --git a/doc/book.xml b/doc/book.xml index e6e839f..fe638f3 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1221,14 +1221,21 @@ nmake install + + + There's an error in configure.js for Libxml2 2.9.2. + Line 17 should be assigned to configure.ac + rather than configure.in. + + For Libxslt it is similar. We must ensure that compilation of Libxslt links against the already installed libxml2. cd win32 cscript configure.js prefix=c:\libxslt-1.1.28.win32 iconv=no \ - lib=c:\libxmlt-2.9.2.win32\lib \ - include=c:\libxmlt-2.9.2.win32\include\libxml2 + lib=c:\libxml2-2.9.2.win32\lib \ + include=c:\libxml2-2.9.2.win32\include\libxml2 nmake nmake install @@ -1530,6 +1537,11 @@ first operation), holds the negotiated version with the server (same or lower version). 1.2 + + extraArgs + Extra arguments for SRU/Solr URLs. The value must be + URL encoded already. + facets Requested or recommend facets may be given before a search is sent. @@ -2563,6 +2575,37 @@ The type specifies the actual extended service package type to be sent. + + Extended Service Type + + + + + + Type + Description + + + + + itemorderItem Order + + + updateRecord Update + + + createDatabase Create + + + dropDatabase Drop + + + commitCommit Operation + + + +
+ Extended Service Common Options @@ -2620,7 +2663,8 @@ Item Order - For Item Order, type must be set to itemorder in + For Item Order, type must be set to + itemorder in ZOOM_package_send. @@ -2771,7 +2815,8 @@ Record Update - For Record Update, type must be set to update in + For Record Update, type must be set to + update in ZOOM_package_send.
@@ -2877,7 +2922,8 @@ Database Create - For Database Create, type must be set to create in + For Database Create, type must be set to + create in ZOOM_package_send. @@ -2907,7 +2953,8 @@ Database Drop - For Database Drop, type must be set to drop in + For Database Drop, type must be set to + drop in ZOOM_package_send.
@@ -2936,7 +2983,8 @@ Commit Operation - For Commit, type must be set to commit in + For Commit, type must be set to + commit in ZOOM_package_send. @@ -5836,6 +5884,12 @@ typedef struct { in YAZ 4.2.38. + s=sl + + Tokens are split into sub-phrases of all combinations - in order. + This facility appeared in YAZ 5.14.0. + + r=o Allows ranges and the operators greather-than, less-than, ...