From 289e7398ccc7dc4d527304e771a838f27118d0c4 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Mon, 6 May 2024 15:39:28 +0200 Subject: maxtokenlength units are characters. --- configdefinitions/src/vespa/ilscripts.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configdefinitions') diff --git a/configdefinitions/src/vespa/ilscripts.def b/configdefinitions/src/vespa/ilscripts.def index 95dd1559106..7a286773564 100644 --- a/configdefinitions/src/vespa/ilscripts.def +++ b/configdefinitions/src/vespa/ilscripts.def @@ -3,7 +3,7 @@ namespace=vespa.configdefinition ## The maximum number of occurrences of a given term to index per field maxtermoccurrences int default=10000 -## The maximum number of bytes for a token +## The maximum number of characters for a token maxtokenlength int default=1000 fieldmatchmaxlength int default=1000000 -- cgit v1.2.3