File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments