Type

NOTE: This parameter description applies only to the TermGetBest action.

The method to use to determine the weight of the terms in the document. You specify the number of terms to return by using the MaxTerms parameter. IDOL Content Component returns the terms with the highest weight, according to the specified method.

You can use one of the following values:

  • Alphabetical. Return terms in alphabetical order.

  • APCM. Return terms in order of the statistical APCM (Advanced Probabilistic Concept Modeling) weight in IDOL Content Component. These terms weights can be between 0 and 255.

  • None. Return the first N terms in the SourceType fields of the documents (where N is the value of MaxTerms).

  • DocOccs. Return terms in order of the number of documents in which the specified terms occur.

  • TrueOccs. Return terms in order of the number of times that they occur in the IDOL Content Component index.

Actions: TermGetBest
Type: String
Default: APCM
Example: Type=DocOccs
See Also: