OpenSearch/docs/reference/cat
markharwood 2fa09f062e
New plugin - Annotated_text field type (#30364)
New plugin for annotated_text field type.
Largely a copy of `text` field type but adds ability to include markdown-like syntax in the text.
The “AnnotatedText” class parses text+markup and converts into plain text and AnnotationTokens.
The annotation token values are injected unchanged alongside the regular text tokens to provide a
form of additional indexed overlay useful in positional searches and highlighting.
Annotated_text fields do not support fielddata as we want to phase this out.
Also includes a new "annotated" highlighter type that retains annotations and merges in search
hits as additional annotation markup.

Closes #29467
2018-09-18 10:25:27 +01:00
..
alias.asciidoc Handle multiple aliases in _cat/aliases api (#23698) 2017-04-28 15:21:44 +02:00
allocation.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
count.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
fielddata.asciidoc [DOCS] Fixed various typos in the 'cat APIs' section (#23216) 2017-02-16 20:41:42 +01:00
health.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
indices.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
master.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
nodeattrs.asciidoc Docs: Use the default distribution to test docs (#31251) 2018-06-18 12:06:42 -04:00
nodes.asciidoc Add docs on full_id parameter in cat nodes API 2017-10-13 13:49:25 -04:00
pending_tasks.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
plugins.asciidoc New plugin - Annotated_text field type (#30364) 2018-09-18 10:25:27 +01:00
recovery.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
repositories.asciidoc Convert more docs to // CONSOLE 2016-10-25 11:17:24 -04:00
segments.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
shards.asciidoc Enforce that responses in docs are valid json (#26249) 2017-08-17 09:02:10 -04:00
snapshots.asciidoc CONSOLEify remaining _cat docs 2017-05-03 20:59:27 -04:00
templates.asciidoc Docs: Use the default distribution to test docs (#31251) 2018-06-18 12:06:42 -04:00
thread_pool.asciidoc DOCS: Make ellipsis optional in /cat/thread_pool (#33186) 2018-08-27 18:33:57 -04:00