X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fcheck_res.c;h=5a0191073bd9ba703247e8d5aece880922be7b08;hb=7598c76f1a4989a91003bd4fbd90f30a7c7255ef;hp=b508f7255c64408bcfa7c846cebee93b65fa302e;hpb=a479e3c7f966848a6fc71ac2c2c7f5db7068351b;p=idzebra-moved-to-github.git diff --git a/index/check_res.c b/index/check_res.c index b508f72..5a01910 100644 --- a/index/check_res.c +++ b/index/check_res.c @@ -1,8 +1,5 @@ -/* $Id: check_res.c,v 1.8 2007-11-06 10:29:59 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -72,7 +69,8 @@ int zebra_check_res(Res res) res_add(v, "storeKeys", "p"); res_add(v, "storeData", "p"); res_add(v, "openRW", "p"); - + res_add(v, "facetNumRecs", ""); + res_add(v, "facetMaxChunks", ""); errors = res_check(res, v);