From: Dennis Schafroth Date: Mon, 19 Jul 2010 15:08:57 +0000 (+0200) Subject: Add facets option X-Git-Tag: v4.0.12~45 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=eef7f890270dae6d226f3662395d67649d632122 Add facets option --- diff --git a/doc/zoom.xml b/doc/zoom.xml index 10a3e19..3698ccf 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -287,6 +287,12 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) first operation), holds the negotiated version with the server (same or lower version). 1.2 + + facets + A FacetList is comma-separated list of facet, which is defined as AttributeList + and a optional FacetTerm (a Term and a frequency). On request the terms is missing. + On response the the list contains the terms that the target could collect. + none