You can use the BinaryCatSetDetails
action to change the fields for a binary category from their default values. For details on this action, refer to the IDOL Server Reference. For example:
http://12.3.4.56:9000/action=BinaryCatSetDetails&Name=spam_binarycat&MinDocOccs=12&TestTermsPerDoc=20
This action uses port 9000
to instruct IDOL Server, which is located on a machine with the IP address 12.3.4.56
, to change the value of the parameter MinDocOccs
to 12
, and the value of the parameter TestTermsPerDoc
to 20
, for the binary category named spam_binarycat
.
|