OpenSearch/docs/reference
Simon Willnauer eb2fed85f1 Add 'min_input_len' to completion suggester
Restrict the size of the input length to a reasonable size otherwise very
long strings can cause StackOverflowExceptions deep down in lucene land.
Yet, this is simply a saftly limit set to `50` UTF-16 codepoints by default.
This limit is only present at index time and not at query time. If prefix
completions > 50 UTF-16 codepoints are expected / desired this limit should be raised.
Critical string sizes are beyone the 1k UTF-16 Codepoints limit.

Closes #3596
2013-09-03 10:26:37 +02:00
..
analysis Fixed a typo in the config of light finnish stemmer (old last_finish is still supported for backward compatibility) 2013-08-29 10:15:40 +02:00
cluster Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
docs Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
mapping Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
modules Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
query-dsl Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search Add 'min_input_len' to completion suggester 2013-09-03 10:26:37 +02:00
setup Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
analysis.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
cluster.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
common-options.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
docs.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
indices.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
mapping.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
modules.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
setup.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00