mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[Docs] Correct minor typos in templates.asciidoc (#31167)
This commit is contained in:
parent
458bca11bc
commit
749d39061a
@ -115,7 +115,7 @@ PUT my_index/_doc/1
|
|||||||
[[match-unmatch]]
|
[[match-unmatch]]
|
||||||
==== `match` and `unmatch`
|
==== `match` and `unmatch`
|
||||||
|
|
||||||
The `match` parameter uses a pattern to match on the fieldname, while
|
The `match` parameter uses a pattern to match on the field name, while
|
||||||
`unmatch` uses a pattern to exclude fields matched by `match`.
|
`unmatch` uses a pattern to exclude fields matched by `match`.
|
||||||
|
|
||||||
The following example matches all `string` fields whose name starts with
|
The following example matches all `string` fields whose name starts with
|
||||||
@ -259,7 +259,7 @@ PUT my_index/_doc/1
|
|||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
<1> The `english` field is mapped as a `string` field with the `english` analyzer.
|
<1> The `english` field is mapped as a `string` field with the `english` analyzer.
|
||||||
<2> The `count` field is mapped as a `long` field with `doc_values` disabled
|
<2> The `count` field is mapped as a `long` field with `doc_values` disabled.
|
||||||
|
|
||||||
[[template-examples]]
|
[[template-examples]]
|
||||||
==== Template examples
|
==== Template examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user