OpenSearch/docs/reference
Christoph Büscher 3827918417 Add configurable `maxTokenLength` parameter to whitespace tokenizer (#26749)
Other tokenizers like the standard tokenizer allow overriding the default
maximum token length of 255 using the `"max_token_length` parameter. This change
enables using this parameter also with the whitespace tokenizer. The range that
is currently allowed is from 0 to StandardTokenizer.MAX_TOKEN_LENGTH_LIMIT,
which is 1024 * 1024 = 1048576 characters.

Closes #26643
2017-09-25 17:21:19 +02:00
..
aggregations Docs: Remove remaining references to file and native scripts (#26580) 2017-09-11 11:39:29 -07:00
analysis Add configurable `maxTokenLength` parameter to whitespace tokenizer (#26749) 2017-09-25 17:21:19 +02:00
cat [Test] Fix reference/cat/allocation/line_8 test failure 2017-09-18 10:46:19 +02:00
cluster [Docs] improved description for fs.total.available_in_bytes (#26657) 2017-09-18 16:56:19 +10:00
docs [Docs] Add description for missing fields in Reindex/Update/Delete By Query (#26618) 2017-09-15 11:23:57 +02:00
how-to Enable adaptive replica selection by default (#26522) 2017-09-07 09:25:05 -06:00
images Update MSI installer images (#25414) 2017-06-28 09:04:23 +10:00
index-modules [Docs] Convert more doc snippets (#26404) 2017-08-30 09:30:36 +02:00
indices Add wait_for_active_shards parameter to index open command (#26682) 2017-09-22 11:15:03 +02:00
ingest [Docs] "The the" is a great band, but ... (#26644) 2017-09-14 15:08:20 +02:00
mapping Add bad_request to the rest-api-spec catch params (#26539) 2017-09-14 14:24:03 -05:00
migration Add v6.1 BWC layer for adding wait_for_active_shards to index open command 2017-09-22 16:30:07 +02:00
modules [DOCS] Remove edit link from ML node 2017-09-14 16:18:29 -07:00
query-dsl [DOCS] Replace mention of string field type with text and keyword 2017-09-25 11:12:06 +02:00
release-notes Migrate migration docs from 6.0 to 7.0 (#26227) 2017-08-16 13:12:44 -06:00
search Fix percolator highlight sub fetch phase to not highlight query twice (#26622) 2017-09-14 09:31:14 +02:00
setup Configure heap dump path out of the box 2017-09-22 14:22:03 -04:00
testing
aggregations.asciidoc
analysis.asciidoc
api-conventions.asciidoc Add bad_request to the rest-api-spec catch params (#26539) 2017-09-14 14:24:03 -05:00
cat.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
cluster.asciidoc [docs] include two cluster doc pages missing from index (#25180) 2017-06-12 12:33:56 -07:00
docs.asciidoc
getting-started.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
glossary.asciidoc Remove usage of multi-types from the docs and added a page explaining type removal (#25543) 2017-07-05 12:30:19 +02:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc
index-modules.asciidoc Add soft limit on allowed number of script fields in request (#26598) 2017-09-13 17:22:16 +02:00
index-shared1.asciidoc [DOCS] Split index-shared.asciidoc into multiple smaller files (#25302) 2017-06-19 15:14:53 -07:00
index-shared2.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared3.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared4.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index-shared5.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
index.asciidoc [DOCS] Added index-shared4 and index-shared5.asciidoc 2017-09-20 10:54:26 -07:00
indices.asciidoc
ingest.asciidoc [Docs] Update ingest.asciidoc (#26599) 2017-09-15 11:15:31 +02:00
mapping.asciidoc Remove the _all metadata field (#26356) 2017-08-28 17:43:59 +02:00
modules.asciidoc [DOCS] Remove edit link from ML node 2017-09-14 16:18:29 -07:00
query-dsl.asciidoc
redirects.asciidoc Mark filtered query example as not to be used (#25661) 2017-07-14 11:45:21 +02:00
release-notes.asciidoc Migrate migration docs from 6.0 to 7.0 (#26227) 2017-08-16 13:12:44 -06:00
search.asciidoc Enable adaptive replica selection by default (#26522) 2017-09-07 09:25:05 -06:00
setup.asciidoc Reorganised setup docs into better order 2017-07-21 11:24:46 +02:00
testing.asciidoc