The method to use to expand the specified Text. You can use one of the following options:
Fuzzy
. Return terms whose spelling is similar to that of the misspelled term specified for Text. You can also specify a number that indicates the maximum fuzzy distance to expand the terms over. For example:
action=TermExpand&Text=acomodation&Expansion=Fuzzy3
Synonym
. Return the term phrases that the synonym link specified for Text corresponds to.
Stem
. Return all terms (in unstemmed form) that stem to the same stem as the Text term. Stemming is carried out according to the language of the query language type (the Stemming parameter has no effect for this option).
Wild
. Return terms that match the Wildcard term specified for Text.
Actions: | TermExpand |
Type: | String |
Default: | |
Example: | TermExpand&Text=ryhthm&Expansion=Fuzzy For this query IDOL Content Component returns terms whose spelling is similar to that of the term ryhthm (for example, TermExpand&Text=car*&Expansion=Wild For this query IDOL Content Component returns terms that match the Wildcard term TermExpand&Text=FKKKNNLLX&Expansion=Synonym For this query IDOL Content Component returns the term phrases that the synonym link |
See Also: | Text |
|