elasticsearch/docs/reference
Christoph Büscher ea2dbd93b4
Add field type for version strings (#59773)
This PR adds a new 'version' field type that allows indexing string values
representing software versions similar to the ones defined in the Semantic
Versioning definition (semver.org). The field behaves very similar to a
'keyword' field but allows efficient sorting and range queries that take into
accound the special ordering needed for version strings. For example, the main
version parts are sorted numerically (ie 2.0.0 < 11.0.0) whereas this wouldn't
be possible with 'keyword' fields today.

Valid version values are similar to the Semantic Versioning definition, with the
notable exception that in addition to the "main" version consiting of
major.minor.patch, we allow less or more than three numeric identifiers, i.e.
"1.2" or "1.4.6.123.12" are treated as valid too.

Relates to #48878
2020-09-21 11:04:22 +02:00
..
aggregations Histogram field type support for min/max aggregations (#62532) 2020-09-19 23:34:43 +03:00
analysis [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
autoscaling Autoscaling decision return absolute capacity (#61575) 2020-09-18 20:44:20 +02:00
cat [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
ccr Removing erroneous screen capture. (#62561) 2020-09-17 12:22:37 -04:00
cluster Add index.routing.allocation.prefer._tier setting (#62589) 2020-09-18 14:49:59 -06:00
commands [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
data-streams Add "synthetics-*-*" templates for synthetics fleet data (#62193) 2020-09-14 16:37:21 -06:00
docs Add "synthetics-*-*" templates for synthetics fleet data (#62193) 2020-09-14 16:37:21 -06:00
eql [DOCS] EQL: Disallow chained comparisons (#62570) 2020-09-18 08:26:48 -04:00
graph [DOCS] Document xpack.graph.enabled setting (#60073) 2020-08-21 12:37:05 -04:00
high-availability [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
how-to remove xref from heading 2020-09-03 17:48:16 -04:00
ilm [DOCS] Fix link to Filebeat docs (#62519) 2020-09-17 09:24:50 -04:00
images SQL: Update documentation on Tableau integration (#60890) 2020-08-17 12:10:15 +02:00
index-modules [DOCS] Remove redundant index.blocks.read_only_allow_delete setting (#62392) 2020-09-15 12:28:36 -04:00
indices Unmute rollover docs test (#62603) 2020-09-18 10:51:44 +02:00
ingest [DOCS] allow_duplicates option for append processor (#62336) 2020-09-15 09:01:25 -05:00
licensing [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
mapping Add field type for version strings (#59773) 2020-09-21 11:04:22 +02:00
migration Emit deprecation warnings when boosts are defined in mappings (#62623) 2020-09-18 15:34:54 +01:00
ml [ML] all multiple wildcard values for GET Calendars, Events, and DELETE forecasts (#62563) 2020-09-18 09:39:40 -04:00
modules [DOCS] Clarify http.max_content_length def (#62562) 2020-09-17 12:49:18 -04:00
monitoring [DOCS] Clarify enabling monitoring features (#61758) 2020-08-31 13:14:33 -07:00
query-dsl Search - add case insensitive flag for "term" family of queries (#61596) 2020-09-18 17:17:08 +01:00
release-notes [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
repositories-metering-api Add repositories metering API (#60371) 2020-09-08 10:44:54 +02:00
rest-api Remove REST APIs documentation for experimental Searchable Snapshot APIs (#62217) 2020-09-10 15:46:41 +02:00
rollup [DOCS] Fix typo in rollup groups docs (#62269) (#62315) 2020-09-14 10:42:47 -04:00
scripting [DOCS] Fix ingest script compilation rate and cache size (#61468) 2020-08-24 10:26:38 -04:00
search Add more debugging information for cardinality agg (#62317) 2020-09-15 08:49:13 -04:00
searchable-snapshots/apis Remove REST APIs documentation for experimental Searchable Snapshot APIs (#62217) 2020-09-10 15:46:41 +02:00
settings [DOCS] Document static/dynamic security settings (#62181) 2020-09-16 09:36:42 -04:00
setup [DOCS] Fix typo in JVM options 2020-08-27 08:42:17 -04:00
slm [DOCS] Fix typo in SLM docs (#62591) 2020-09-18 12:31:05 -04:00
snapshot-restore Remove Outdated Snapshot Docs (#61684) 2020-08-31 15:52:49 +02:00
sql [DOCS] Add redirects for wildcard and constant keyword (#61815) 2020-09-01 15:32:35 -04:00
transform [DOCS] Removes init_script line from example Painless aggregation. (#62367) 2020-09-15 14:50:26 +02:00
upgrade [DOCS] Note remote reindex is not fwd compatible (#60425) 2020-07-30 09:08:59 -04:00
vectors [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
aggregations.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
analysis.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
api-conventions.asciidoc Add index.routing.allocation.prefer._tier setting (#62589) 2020-09-18 14:49:59 -06:00
cat.asciidoc AwaitsFix for #51619 2020-08-06 09:59:56 +01:00
cluster.asciidoc Password-protected Keystore Feature Branch PR (#51123) 2020-01-27 19:51:39 -05:00
data-rollup-transform.asciidoc [DOCS] Changes level offset of transform pages (#60066) 2020-07-22 10:55:48 -07:00
docs.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
frozen-indices.asciidoc [DOCS] Replace twitter dataset in docs (#60604) 2020-08-03 12:49:56 -04:00
getting-started.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
glossary.asciidoc [DOCS] Fix hyphenation for "time series" (#61472) 2020-08-24 10:34:41 -04:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
high-availability.asciidoc [DOCS] Add docs for designing resilient clusters (#47233) 2020-06-05 11:48:44 -04:00
how-to.asciidoc [DOCS] Add 'how to' doc about avoiding oversharding (#55480) 2020-04-22 10:22:19 -04:00
index-extra-title-page.html [DOCS] Add index-extra-title-page.html for direct HTML migration (#50189) 2019-12-13 12:44:12 -05:00
index-modules.asciidoc [DOCS] Update CCR docs to focus on Kibana (#60555) 2020-08-17 15:36:54 -04:00
index.asciidoc [DOCS] Combine Search your data files (#61477) 2020-08-24 11:22:56 -04:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc [DOCS] Split delete index template API docs (#62074) (#62168) 2020-09-09 10:13:13 -04:00
ingest.asciidoc [DOCS] Update my-index examples (#60132) 2020-07-27 14:46:39 -04:00
intro.asciidoc [DOCS] Fix hyphenation for "time series" (#61472) 2020-08-24 10:34:41 -04:00
links.asciidoc [DOCS] Fix security links in machine learning APIs (#60098) 2020-07-23 12:14:56 -07:00
mapping.asciidoc Remove a redundant section on field data types. (#61821) 2020-09-02 15:00:01 -07:00
query-dsl.asciidoc [DOCS] Add redirects for wildcard and constant keyword (#61815) 2020-09-01 15:32:35 -04:00
redirects.asciidoc [DOCS] Fix issue link in redirects (#62654) 2020-09-18 15:02:06 -04:00
release-notes.asciidoc [DOCS] Adds placeholders for v8 highlights, breaking changes, release notes (#38641) 2019-02-08 15:48:42 -08:00
scripting.asciidoc [DOCS] Swap [float] for [discrete] (#60124) 2020-07-23 11:48:22 -04:00
search.asciidoc [DOCS] Display point in time API docs (#61527) 2020-08-25 11:03:41 -04:00
setup.asciidoc [DOCS] http -> https, remove outdated plugin docs (#60380) 2020-07-31 15:58:38 -04:00
upgrade.asciidoc [DOCS] Add tip for upgrade assistant (#55027) 2020-05-05 09:49:22 -04:00