Increase max bytes per term from 256 to 512
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 31 May 2012 09:02:17 +0000 (11:02 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 31 May 2012 09:02:17 +0000 (11:02 +0200)
That's IT_MAX_WORD.

include/it_key.h

index 7387ac4..c52d47e 100644 (file)
@@ -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 {