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

Commit 9a87f00

Browse files
committed
Edited 052_Mapping_Analysis/45_Mapping.asciidoc with Atlas code editor
1 parent 950634f commit 9a87f00

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

052_Mapping_Analysis/45_Mapping.asciidoc

+6-7
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,14 @@ The two most important mapping((("strings", "mapping attributes, index and analy
141141
The `index` attribute controls((("index attribute, strings"))) how the string will be indexed. It
142142
can contain one of three values:
143143

144-
[horizontal]
145-
1. `analyzed` First analyze the string and then index it. In other words,
146-
index this field as full text.
144+
* `analyzed`::
145+
First analyze the string and then index it. In other words, index this field as full text.
147146

148-
2. `not_analyzed` Index this field, so it is searchable, but index the
149-
value exactly as specified. Do not analyze it.
147+
* `not_analyzed`::
148+
Index this field, so it is searchable, but index the value exactly as specified. Do not analyze it.
150149

151-
3. `no` Don't index this field at all. This field
152-
will not be searchable.
150+
* `no`
151+
Don't index this field at all. This field will not be searchable.
153152

154153
The default value of `index` for a `string` field is `analyzed`. If we
155154
want to map the field as an exact value, we need to set it to

0 commit comments

Comments
 (0)