projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f1b5b
)
Increase max bytes per term from 256 to 512
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 May 2012 09:02:17 +0000
(11:02 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 31 May 2012 09:02:17 +0000
(11:02 +0200)
That's IT_MAX_WORD.
include/it_key.h
patch
|
blob
|
history
diff --git
a/include/it_key.h
b/include/it_key.h
index
7387ac4
..
c52d47e
100644
(file)
--- 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 {