Applying Configuration Changes to the DataFlow

To apply the configuration changes to the dataflow, perform these steps on the Write to Search Index Options page:
  1. In the Index field, select the index for which you want to use the schema for the current stage configuration from the drop-down list.
  2. In the Write Mode field, select one of these write mode from the drop-down list that gives you the options related to how the new data should affect the existing data:
    Write Mode Description
    Create or overwrite The new data overwrites the existing data, and the existing data remains no longer in the index.
    Update or append The new data overwrites the existing data, and any new data that did not previously exist is added to the index. It also allows you to update the blank fields by selecting the Update blank fields option. If the input is blank and you do not want the index field to update with blank data, you can deselect the Update blank fields option.
    Append It adds new data to the existing data, and the existing data remains intact.
    Delete It deletes the data for the selected field from the search index.
  3. (Optional) Select Batch commit to enable the batch option. Use the Batch size option to define the number of records you want to commit in one go. The value available by default is 5000.
  4. On the top-right corner of the page, select Apply.
    Your configuration changes applies to the write to search index stage in the dataflow.