aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/exactmatch/ilscripts.cfg
blob: 1d1bd6d5e8a50d2d1ec3cdc6a44c6a07e5c1d595 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
maxtermoccurrences 10000
maxtokenlength 1000
fieldmatchmaxlength 1000000
ilscript[].doctype "exactmatch"
ilscript[].docfield[] "tag"
ilscript[].docfield[] "screweduserids"
ilscript[].docfield[] "string_map"
ilscript[].docfield[] "elem_map"
ilscript[].docfield[] "elem_array"
ilscript[].docfield[] "another_map"
ilscript[].content[] "clear_state | guard { input tag | exact | summary tag | index tag; }"
ilscript[].content[] "clear_state | guard { input screweduserids | exact | index screweduserids | summary screweduserids | attribute screweduserids; }"
ilscript[].content[] "input another_map | passthrough another_map"
ilscript[].content[] "input elem_array | passthrough elem_array"
ilscript[].content[] "input elem_map | passthrough elem_map"
ilscript[].content[] "input string_map | passthrough string_map"