Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/elasticsearch/mapping-reference/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ PUT idx/_doc/1
null,
"the quick brown fox",
"the quick brown fox",
"jumped over the lazy dog",
"jumped over the lazy dog"
]
}
```
Expand All @@ -158,7 +158,7 @@ Will become:
```console-result
{
"text": [
"jumped over the lazy dog"
"jumped over the lazy dog",
"NA",
"the quick brown fox"
]
Expand Down
Loading