From: Dennis Schafroth Date: Wed, 1 Sep 2010 12:20:39 +0000 (+0200) Subject: Merge branch 'solr_facets' of ssh://git.indexdata.com/home/git/pub/yaz into solr_facets X-Git-Tag: v4.1.0~18 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=efcd2fc68f269dd52d077da7f46c639d5b803117;hp=8f527ef1b249d9665418778c3c0661d5fdf68df3 Merge branch 'solr_facets' of ssh://git.indexdata.com/home/git/pub/yaz into solr_facets --- diff --git a/ztest/ztest.c b/ztest/ztest.c index 50872a3..c4e7b49 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -253,7 +253,7 @@ Z_OtherInformation *build_facet_response(ODR odr, Z_FacetList *facet_list) { for (index = 0; index < facet_list->num; index++) { struct yaz_facet_attr attrvalues; yaz_facet_attr_init(&attrvalues); - attrvalues.limit = 10; + attrvalues.limit = 0; yaz_facet_attr_get_z_attributes(facet_list->elements[index]->attributes, &attrvalues); yaz_log(YLOG_LOG, "Attributes: %s %d ", attrvalues.useattr, attrvalues.limit);