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. | |
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. | |
Original | The existing entry in the spell check cache. | see Comments |
Priority | The priority for the index job. | |
Source | The source for the spell check entry. |
You must specify an Original parameter if Action is set to Update
or Remove
.
|