From: Adam Dickmeiss Date: Thu, 31 May 2012 09:02:17 +0000 (+0200) Subject: Increase max bytes per term from 256 to 512 X-Git-Tag: v2.0.51~6 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=0f26caad2929019d5ae936c7e7c91f7f9194f17d Increase max bytes per term from 256 to 512 That's IT_MAX_WORD. --- diff --git a/include/it_key.h b/include/it_key.h index 7387ac4..c52d47e 100644 --- a/include/it_key.h +++ b/include/it_key.h @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define IT_MAX_WORD 256 +#define IT_MAX_WORD 512 #define IT_KEY_LEVEL_MAX 5 struct it_key {