aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/arrays/ilscripts.cfg
blob: 98cff642d9e3cd0d117b8a056e920fe4c0be856d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
maxtermoccurrences 10000
fieldmatchmaxlength 1000000
ilscript[].doctype "arrays"
ilscript[].docfield[] "tags"
ilscript[].docfield[] "ratings"
ilscript[].docfield[] "a"
ilscript[].docfield[] "b"
ilscript[].docfield[] "c"
ilscript[].content[] "clear_state | guard { 0 | set_var chunk_cnt; input b | for_each { get_var chunk_cnt + 1 | set_var chunk_cnt }; get_var chunk_cnt | attribute mycnt; }"
ilscript[].content[] "clear_state | guard { input tags | for_each { tokenize normalize stem:\"BEST\" } | summary tags | index tags; }"
ilscript[].content[] "clear_state | guard { input ratings | summary ratings | attribute ratings; }"
ilscript[].content[] "clear_state | guard { input a | tokenize normalize stem:\"BEST\" | index a; }"
ilscript[].content[] "clear_state | guard { input b | for_each { tokenize normalize stem:\"BEST\" } | index b | attribute b; }"
ilscript[].content[] "clear_state | guard { input c | for_each { tokenize normalize stem:\"BEST\" } | summary c | index c; }"