aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/ranktypes/ilscripts.cfg
blob: adcd2f70c70643b28435859b764c81f9cedeebb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
maxtermoccurrences 10000
fieldmatchmaxlength 1000000
ilscript[].doctype "ranktypes"
ilscript[].docfield[] "title"
ilscript[].docfield[] "descr"
ilscript[].docfield[] "keywords"
ilscript[].docfield[] "identity"
ilscript[].content[] "clear_state | guard { input identity | tokenize | index identity_literal; }"
ilscript[].content[] "clear_state | guard { input title | tokenize normalize stem:\"BEST\" | summary title | index title; }"
ilscript[].content[] "clear_state | guard { input descr | tokenize normalize stem:\"BEST\" | summary descr | index descr; }"
ilscript[].content[] "clear_state | guard { input keywords | tokenize normalize stem:\"BEST\" | index keywords; }"
ilscript[].content[] "clear_state | guard { input identity | tokenize normalize stem:\"BEST\" | index identity; }"