SearchExecutionConfigDTO
Configuration object that affects the execution of a search.
Fields
Type
Name
Description
Optional
Default Value
topCount
The top count of the search.
false
useCost
Flag to indicate if useCost check should be validated before search execution.
true
false
useDistinct
Flag to indicate if search execution should use the SQL 'DISTINCT' operator.
true
false
Example
{
"topCount" : 100,
"useCost" : true,
"useDistinct" : false
}