MatchLanguageType
The original language type that results documents must have.
By default, the CategoryQuery action returns results that use the same language as the language type of the query (which you specify by using the LanguageType
parameter for the Query
action, or the DefaultLanguageType configuration parameter). To restrict the results to only those that were originally in a particular language type, set MatchLanguageType
to a list of these language types.
Separate multiple language types with commas. There must be no space before or after a comma.
NOTE: If you set MatchLanguageType
you cannot also set MatchLanguage or MatchEncoding.
Actions: | CategoryQuery |
Type: | String |
Default: | |
Example: | MatchLanguageType=chSimplified,GreekISO
|
See Also: | MatchEncoding
MatchLanguage |