Controls the spell check correction cache, without stopping the service.
http://12.3.4.56:20001/DRESPELLCHECKCACHE?Action=Update&Original=Barnana&Corrected=Banana
In this example, Banana is added as the corrected spelling for the incorrect spelling Barnana. Any current entry is overwritten.
| Parameter | Description | Required |
|---|---|---|
| Action | The action to perform on the spell check cache. | Yes |
| Corrected | The corrected entry to add to the spell check cache. | |
| Original | The existing entry in the spell check cache. | see Comments |
| Source | The source for the spell check entry. |
This index action accepts the following standard index action parameters.
| Parameter | Description |
|---|---|
| IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. |
| IndexUID | An identification code for any document tracking events. |
| NoArchive | Turn off configured archiving for the index action. |
| Priority | The priority for the index job. |
You must specify an Original parameter if Action is set to Update or Remove.
|
|