Skip to content

Commit fe6016d

Browse files
committed
regenerate docs
1 parent bc6edcc commit fe6016d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/api-docs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3824,9 +3824,12 @@ Index specifications for the collection's fields.
38243824
</thead>
38253825
<tbody><tr>
38263826
<td><b>dynamic</b></td>
3827-
<td>boolean</td>
3827+
<td>JSON</td>
38283828
<td>
3829-
Flag that indicates whether the index uses dynamic or static mappings. Required if mapping.fields is omitted.<br/>
3829+
Indicates whether the index uses static, default dynamic, or configurable dynamic mappings.
3830+
Set to **true** to enable dynamic mapping with default type set or define object to specify the name of the configured type sets for dynamic mapping.
3831+
If you specify configurable dynamic mappings, you must define the referred type sets in the **typeSets** field.
3832+
Set to **false** to use only static mappings through **mappings.fields**.<br/>
38303833
</td>
38313834
<td>false</td>
38323835
</tr><tr>

0 commit comments

Comments
 (0)