ClassifierQuery

Classifies a document according to a specified classifier.

You must set ClassifierName to the name of the classifier that you want to use to classify the document. To classify a document that exists in IDOL Server, you can set DocRef to the IDOL document reference for the document. To classify a document that does not exist in the index, you can set QueryText to the full IDX or XML document that you want to classify.

IDOL Server extracts the classifier feature fields from the document you provide, and uses them to determine the class that best fits the content of the document. The action returns the best class in the <autn:class> tag.

Example

http://12.3.4.56:9000/action=ClassifierQuery&ClassifierName=food&DocRef=http://www.example.com/documents/carrots

This action uses the food classifier to classify the document with reference http://www.example.com/documents/carrots.

Parameters

Parameter Description Required
ClassifierName The name of the classifier to use to classify the document. Yes
DocRef The IDOL document reference of the document that you want to classify. See Comments
QueryText The IDX or XML document that you want to classify. See Comments

This action accepts the following standard ACI action parameters.

Parameter Description
ActionID A string to use to identify an ACI action.
EncryptResponse Encrypt the output.
FileName The file to write output to.
ForceTemplateRefresh Forces the server to load the template from disk.
Output Writes output to a file.
ResponseFormat The format of the action output.
Template The template to use for the action output.
TemplateParamCSVs A list of variables to use for the specified template.

Comments

You must set one of DocRef and QueryText.


_HP_HTML5_bannerTitle.htm