X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fzoom.xml;h=7d043d2e1bbdfe58786d80437d4ef8906d103bde;hb=5b2fe23e1cffff1c658bdfe26fddc3f84256e7f4;hp=897e55691a97a99a27531ffd71ebff288da62f75;hpb=7d6ad94dbab567cc2d3e11a648594c4bb8fd4a9b;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 897e556..7d043d2 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -926,6 +926,15 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) This will return an const array of char * where each string can be used as parameter for ZOOM_resultset_get_facet_field. + + Function ZOOM_facet_field_name gets the request facet name from a returned facet field. + + + Function ZOOM_facet_field_get_term returns the idx'th term and term count for a facet field. + Idx must between 0 and ZOOM_facet_field_term_count-1, otherwise the returned reference will be + NULL. On a valid idx, the value of the freq reference will be the term count. + The *freq parameter must be valid pointer to integer. + Scan