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

Commit 5fcc31a

Browse files
committed
Edited 052_Mapping_Analysis/45_Mapping.asciidoc with Atlas code editor
1 parent dabbed6 commit 5fcc31a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

052_Mapping_Analysis/45_Mapping.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ The `index` attribute controls((("index attribute, strings"))) how the string wi
142142
can contain one of three values:
143143

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

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

151-
3. `no` :: Don't index this field at all. This field
151+
3. *`no`*:: Don't index this field at all. This field
152152
will not be searchable.
153153

154154
The default value of `index` for a `string` field is `analyzed`. If we

0 commit comments

Comments
 (0)