TheAutoAppendIdxMerge |
Scroll |
Defines how index data values should be merged when auto appending a document.
Name |
Dec Value |
Description |
LegacyDefault |
0 |
Keeping the original index data without any change. |
MergeKeep |
1 |
If the new document has field values set that are already set in the saved document, the values from the existing document are taken. |
MergeOverwrite |
2 |
If the new document has field values set that are already set in the saved document, the values from the new document are taken. |