X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebraapi.c;fp=index%2Fzebraapi.c;h=42800e7c13074e42ab54b4bf93fe2eb9a6b6a497;hb=2c2dcf07d04f1b52adc104c57273050f47b8b876;hp=65b91764a3672c81dd4b773bec8494a4e56e792b;hpb=d71149439012fadf092321e3b507d23711715743;p=idzebra-moved-to-github.git diff --git a/index/zebraapi.c b/index/zebraapi.c index 65b9176..42800e7 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -420,7 +420,7 @@ struct zebra_register *zebra_register_open(ZebraService zs, const char *name, zebraRankInstall(reg, rank_similarity_class); zebraRankInstall(reg, rank_static_class); - compression_str = res_get_def(res, "compression_str", "none"); + compression_str = res_get_def(res, "recordCompression", "none"); if (!strcmp(compression_str, "none")) record_compression = REC_COMPRESS_NONE; else if (!strcmp(compression_str, "bzip2"))