Hello,
is there a limitation of the "Maximum length" of an indexfield (String)? Standard Value is 50. Is there a recommendation or any known issues how long this indexfield can be?
If not, we would set it to 1000.
Thanks for your help
The limit is defined by the underlying database system. The maximum string length for ms sql server is 4000 characters and for oracle sql server 2000 characters.
If you want more character than that, then the long string (Zeichenkette lang) type will support it, but it will be a blob field in the database and the text will not be indexed in the elasticsearch database.
381 questions
506 answers
416 comments
191 users