Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 054e88a

Browse files
author
troutman_margaret@yahoo.com
committed
Edited 052_Mapping_Analysis/25_Data_type_differences.asciidoc with Atlas code editor
1 parent a5c0b64 commit 054e88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

052_Mapping_Analysis/25_Data_type_differences.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This gives us the following:
6565

6666
Elasticsearch has dynamically generated a mapping for us, based on what it
6767
could guess about our field types. The response shows us that the `date` field
68-
has been recognized as a field of type `date`. ((("_all field")))The `_all` field isn't
68+
has been recognized as a field of type `date`. ((("_all field", sortas="all field")))The `_all` field isn't
6969
mentioned because it is a default field, but we know that the `_all` field is
7070
of type `string`.((("string fields")))
7171

0 commit comments

Comments
 (0)