TermExpandParameter
When you have set Mode to Index
, you can add the following parameters from the Content component TermExpand
action, to specify how it performs the expansion. Query Manipulation Server forwards these parameters to the Content component data index.
-
Stemming
. Whether to return the list of terms in unstemmed form. By default, Query Manipulation Server setsStemming
to false. -
Type
. The method to use to weight the term expansions. By default, Query Manipulation Server setsType
to DocOccs. -
Expansion
. The method to use to expand the terms. By default, Query Manipulation Server setsType
to Wild. -
FieldText
. Restrict term expansion results to terms that appear in documents that match the specified field text.
For more details about these parameters, refer to the Content Component Help.
You can also add any additional parameters that you configure as AllowedQueryParameters.
Actions: | TypeAhead |
Type: | |
Default: | |
Example: | Stemming=false&Type=dococcs
|
See Also: |