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

Commit c5b3a6f

Browse files
committed
Edited 070_Index_Mgmt/30_Root_Object.asciidoc with Atlas code editor
1 parent 3f272f5 commit c5b3a6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

070_Index_Mgmt/30_Root_Object.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ contain the following:
2222
We have already discussed the three most important settings for document
2323
fields or ((("root object", "properties")))((("properties", "important settings")))properties in <<core-fields>> and <<complex-core-fields>>:
2424

25-
* `type`::
25+
`type`::
2626
The datatype that the field contains, such as `string` or `date`
2727

28-
* `index`::
28+
`index`::
2929
Whether a field should be searchable as full text (`analyzed`), searchable as an exact value (`not_analyzed`), or not searchable at all (`no`)
3030

31-
* `analyzer`::
31+
`analyzer`::
3232
Which `analyzer` to use for a full-text field, both at index time and at search time
3333

3434
We will discuss other field types such as `ip`, `geo_point`, and `geo_shape` in

0 commit comments

Comments
 (0)