summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/attributeprefetch
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-07 20:44:37 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-07 20:44:37 +0200
commit12355c67aa9bf5bcd6851374761c938188cd21f4 (patch)
treebd327cb0b7d9ec82abafc178bcaddfabf34598b4 /config-model/src/test/derived/attributeprefetch
parent92c0fcfe10c06163968dcfa2ff07993c2f2f74f5 (diff)
Let the default field match max length be controlable by config override as for maxtermoccurences.
Diffstat (limited to 'config-model/src/test/derived/attributeprefetch')
-rw-r--r--config-model/src/test/derived/attributeprefetch/ilscripts.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/test/derived/attributeprefetch/ilscripts.cfg b/config-model/src/test/derived/attributeprefetch/ilscripts.cfg
index 201d529ce1d..cda9d7df73e 100644
--- a/config-model/src/test/derived/attributeprefetch/ilscripts.cfg
+++ b/config-model/src/test/derived/attributeprefetch/ilscripts.cfg
@@ -1,4 +1,5 @@
maxtermoccurrences 100
+fieldmatchmaxlength 1000000
ilscript[0].doctype "prefetch"
ilscript[0].docfield[0] "singlebyte"
ilscript[0].docfield[1] "multibyte"
@@ -35,4 +36,4 @@ ilscript[0].content[13] "clear_state | guard { input multidouble | attribute mul
ilscript[0].content[14] "clear_state | guard { input wsdouble | attribute wsdouble; }"
ilscript[0].content[15] "clear_state | guard { input singlestring | attribute singlestring; }"
ilscript[0].content[16] "clear_state | guard { input multistring | attribute multistring; }"
-ilscript[0].content[17] "clear_state | guard { input wsstring | attribute wsstring; }" \ No newline at end of file
+ilscript[0].content[17] "clear_state | guard { input wsstring | attribute wsstring; }"