The SearchTemplateContent type exposes the following members.
Properties
Type | Name | Description |
---|---|---|
![]() | ContentItems |
Specifies the list of content search items to be used for the search.
The content search items specified here overrides the content search items in the search template.
If null, no change is made to the list of content search items in the search template.
|
![]() | ContentQueryDynamicThreshold |
Specifies the dynamic threshold value for content query optimization.
For more information, see CBR Query Optimization. |
![]() | ContentQueryMaximumRecords |
Specifies the maximum number of records to be returned by the content search.
The maximum records specified here overrides any value in the search template.
If null, no change is made to the value in the search template.
For more information, see Query Result Row Limits. |
![]() | ContentQueryOptimization |
Specifies the kind of optimization used for content search, content first, database first, or dynamic threshold.
If you specify dynamic threshold, then you must also set the ContentQueryDynamicThreshold property.
For more information, see CBR Query Optimization. |
![]() | Rank |
Indicates whether content search rank is to be used for the search.
Enter a bool value of false or null if the
content search rank value in the search template is to be used; enter true if the content search
rank value is to be supplied at runtime.
|
![]() | Summary |
Indicates whether content search summary is to be used for the search.
Enter a bool value of false or null if the
content search summary setting in the search template is to be used; enter true if the content search
summary value is to be supplied at runtime.
|