aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritance/ilscripts.cfg
blob: c966f32a502e207f1be29fdf9087eb37365f78f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
maxtermoccurrences 10000
maxtokenlength 1000
fieldmatchmaxlength 1000000
ilscript[].doctype "child"
ilscript[].docfield[] "onlygrandparent"
ilscript[].docfield[] "overridden"
ilscript[].docfield[] "onlyfather"
ilscript[].docfield[] "onlymother"
ilscript[].docfield[] "onlychild"
ilscript[].content[] "clear_state | guard { input onlygrandparent | attribute onlygrandparent; }"
ilscript[].content[] "clear_state | guard { input overridden | attribute overridden; }"
ilscript[].content[] "clear_state | guard { input onlyfather | summary onlyfather; }"
ilscript[].content[] "clear_state | guard { input onlymother | tokenize normalize stem:\"BEST\" | attribute onlymother | index onlymother; }"
ilscript[].content[] "clear_state | guard { input onlychild | tokenize normalize stem:\"BEST\" | index onlychild; }"