Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Created field mappings - Kentico: Creating Configuring Web API field mappingsIndexing

Steps to creating the scheduled task

  1. From the application selector side menu (F2 or button top left) choose Configuration/Scheduled tasks.

  2. Click New task.

  3. Write your desired display name in Task display name, for example “Hawksearch Indexing”.

  4. In Task provider choose Hawksearch.Kentico.Xperience.CMS for the assembly name.

  5. In Task provider choose Hawksearch.Kentico.Xperience.CMS.Tasks.FullExportScheduledTask for the class name.

  6. In the Task data field, you have to specify a JSON string which contains the Index display name that you would like to index with this task. For example:

    Code Block
    {
        "IndexDisplayName" : "Main"
    }
  7. Choose your desired runtime frequency parameters, for example once per day.

  8. Click save.

...