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