elasticsearch/docs/reference/analysis
Nik Everett 17f5cc87bd
Backport doc fixes to 7.17 (#84722)
* Update painless-reindex-context.asciidoc (#84444) (#84712)

ctx['op'] should be set to 'noop', not 'none' when specifying no
operation.

Elasticsearch error when using 'none':

```json
{
  "error" : {
    "root_cause" : [
      {
        "type" : "illegal_argument_exception",
        "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed"
      }
    ],
    "type" : "illegal_argument_exception",
    "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed"
  },
  "status" : 400
}
```

Co-authored-by: jalvar08 <jeovanny.alvarez@gmail.com>

* [DOCS] Update install instructions for Debian/Ubuntu (#84645) (#84714)

The use of `apt-key` is deprecated and will no longer be available after
Debian 11 and Ubuntu 22.04. This updates the installation instructions
for Debian-based distributions.

Closes #84644

Co-authored-by: er0k <er0k@users.noreply.github.com>

* Fix some typos in plugins & reference docs (#84667) (#84717)

This pull request removes a few instances of duplicate words or
punctuation and erroneous spelling from the docs.

Co-authored-by: Abele Mălan <6689720+AbeleMM@users.noreply.github.com>

Co-authored-by: jalvar08 <jeovanny.alvarez@gmail.com>
Co-authored-by: er0k <er0k@users.noreply.github.com>
Co-authored-by: Abele Mălan <6689720+AbeleMM@users.noreply.github.com>
2022-03-07 14:04:12 -05:00
..
analyzers [DOCS] Fix typos (#83895) (#83975) 2022-02-15 13:05:01 -05:00
charfilters [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
tokenfilters Backport doc fixes to 7.17 (#84722) 2022-03-07 14:04:12 -05:00
tokenizers [Docs] Update edgengram-tokenizer.asciidoc (#79577) 2021-10-26 13:04:41 +02:00
analyzers.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
anatomy.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
charfilters.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
concepts.asciidoc [DOCS] Add stemming concept docs (#55156) 2020-04-24 11:01:28 -04:00
configure-text-analysis.asciidoc [DOCS] Fixed typo in jump link. (#52302) 2020-02-12 17:53:00 -08:00
index-search-time.asciidoc change a typo in first letter of a user query (#76394) (#76451) 2021-08-12 14:29:03 -04:00
normalizers.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
overview.asciidoc [DOCS] Add section ID to analysis overview page 2020-01-08 14:43:41 -06:00
specify-analyzer.asciidoc [DOCS] Clean up index template xrefs (#67264) (#67272) 2021-01-11 12:58:00 -05:00
stemming.asciidoc [DOCS] Fix typo 2021-02-03 10:46:13 -05:00
testing.asciidoc [DOCS] Update my-index examples (#60132) (#60248) 2020-07-27 15:58:26 -04:00
token-graphs.asciidoc [DOCS] Fix nori tokenizer link (#70564) (#70569) 2021-03-18 11:25:40 -04:00
tokenfilters.asciidoc [DOCS] Retitle analysis reference pages (#51071) 2020-01-16 12:30:51 -05:00
tokenizers.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00