X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=d625e580c7f74c8e5733bfcc1f22e6add6e3107a;hb=1b74d7ac0e734e7740dae73ea340d24334960bc5;hp=8096140e8c6968bee59e5044ad59031eadecb97c;hpb=23eba2ef170ee6236121e11480ad0c83b7211023;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 8096140..d625e58 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,4 +1,4 @@ - + ZOOM &zoom; is an acronym for 'Z39.50 Object-Orientation Model' and is @@ -416,6 +416,66 @@ + + For servers that support Search Info report, the following + options may be read using ZOOM_resultset_get. + This detailed information is read after a successful search has + completed. + + + This information is a list of of items, where each item is + information about a term or subquery. All items in the list + are prefixed by + SearchResult.no + where no presents the item number (0=first, 1=second). + Read SearchResult.size to determine the + number of items. + + Search Info Report options + + + + + + Option + Description + + + + + SearchResult.size + + number of search result entries. This option is-nonexistant + if no entries are returned by the server. + + + + SearchResult.no.subqueryId + sub query ID + + + SearchResult.no.subqueryCount + result count for item (number of hits) + + + SearchResult.no.subquery.term + subquery term + + + + SearchResult.no.interpretation.term + + interpretation term + + + + SearchResult.no.recommendation.term + + recommendation term + + + +
Z39.50 Protocol behavior