You can use the the DRESPELLCHECKCACHE
index action edit entries in the IDOL Server spelling correction cache without stopping the service. This action can edit or remove entries in the cache, or write the cache to disk.
http://IDOLhost:indexPort/DRESPELLCHECKCACHE?Action=Action
where:
IDOLhost
|
is the IP address or host name of the IDOL Server. |
indexPort
|
is the IDOL Server index port (specified as IndexPort in the [Server] section of the IDOL Server configuration file). |
Action
|
is the action to perform in the spelling correction cache. The following options are available:
|
For example:
http://localhost:9001/DRESPELLCHECKCACHE?Action=Update&Original=Barnana&Corrected=Banana
This action uses port 9001
to edit the spelling correction cache in the IDOL Server which is located on the local machine. It adds Banana
as the correction for Barnana
, overwriting any current entry.
http://localhost:9001/DRESPELLCHECKCACHE?Action=Remove&Original=Barnana
This action uses port 9001
to edit the spelling correction cache in the IDOL Server which is located on the local machine. It removes any entry for barnana
from the cache.
For details on other parameters that are available for the DRESPELLCHECKCACHE
index action, refer to the IDOL Server Reference.
|