From e27d8c4e191b2b2b04b2e9c4e5b5f4a9e6c49472 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 6 Jul 2009 16:29:44 +0200 Subject: [PATCH] recordcompression settin in sample --- examples/gils/zebra.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index 1fe604b..72b13ea 100644 --- a/examples/gils/zebra.cfg +++ b/examples/gils/zebra.cfg @@ -14,6 +14,9 @@ isam: b # Flags for the non-authenticated user. w=write (allows ES Updates) perm.anonymous: rw +# Record compression (none, bzip2 or zlib) +recordcompression: none + #rank: zvrank recordId: (bib-1,title) -- 1.7.10.4