commit | e2cc49f648efb4727adbe7df6f488432758463fb | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Wed May 22 11:49:13 2024 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Thu May 23 10:30:25 2024 +0200 |
tree | 27b3242153765088459cb64bf51dafac59446609 | |
parent | 7695559ef6d678c727c7d53ad481114e215e8c3f [diff] [blame] |
Remove maxTokenMatchSize variable from KrillIndex and getMatchInfo. Allow requesting maxTokenMatchSize via Krill with the value in KrillProperties as the limit. Change-Id: I82a1ad2c3a81abf69168d7cc9f9a6972fb9ba49e
diff --git a/src/test/resources/krill.properties b/src/test/resources/krill.properties index 3714c0c..9cfe438 100644 --- a/src/test/resources/krill.properties +++ b/src/test/resources/krill.properties
@@ -6,5 +6,5 @@ krill.namedVC = queries/collections/named-vcs/ krill.test = true -krill.match.max.token=50 +krill.match.max.token=40 krill.context.max.token=25