From 13e1ac45db06893d18f31d28d8878b8ab5bdd35c Mon Sep 17 00:00:00 2001 From: Lester Solbakken Date: Mon, 29 Oct 2018 12:38:11 +0100 Subject: Make stemming.best default --- config-model/src/test/derived/inheritance/ilscripts.cfg | 4 ++-- config-model/src/test/derived/inheritance/index-info.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config-model/src/test/derived/inheritance') diff --git a/config-model/src/test/derived/inheritance/ilscripts.cfg b/config-model/src/test/derived/inheritance/ilscripts.cfg index 5856da6992e..91410489de8 100644 --- a/config-model/src/test/derived/inheritance/ilscripts.cfg +++ b/config-model/src/test/derived/inheritance/ilscripts.cfg @@ -9,5 +9,5 @@ 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:\"SHORTEST\" | attribute onlymother | index onlymother; }" -ilscript[].content[] "clear_state | guard { input onlychild | tokenize normalize stem:\"SHORTEST\" | index onlychild; }" +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; }" diff --git a/config-model/src/test/derived/inheritance/index-info.cfg b/config-model/src/test/derived/inheritance/index-info.cfg index fe7bf334fcc..e0be7b7d71f 100644 --- a/config-model/src/test/derived/inheritance/index-info.cfg +++ b/config-model/src/test/derived/inheritance/index-info.cfg @@ -22,7 +22,7 @@ indexinfo[].command[].command "index" indexinfo[].command[].indexname "onlymother" indexinfo[].command[].command "lowercase" indexinfo[].command[].indexname "onlymother" -indexinfo[].command[].command "stem:SHORTEST" +indexinfo[].command[].command "stem:BEST" indexinfo[].command[].indexname "onlymother" indexinfo[].command[].command "normalize" indexinfo[].command[].indexname "onlymother" @@ -32,7 +32,7 @@ indexinfo[].command[].command "index" indexinfo[].command[].indexname "onlychild" indexinfo[].command[].command "lowercase" indexinfo[].command[].indexname "onlychild" -indexinfo[].command[].command "stem:SHORTEST" +indexinfo[].command[].command "stem:BEST" indexinfo[].command[].indexname "onlychild" indexinfo[].command[].command "normalize" indexinfo[].command[].indexname "onlychild" -- cgit v1.2.3