SearchExecutionConfigDTO

Configuration object that affects the execution of a search.

Fields

Type
Name
Description
Optional
Default Value
Integer  
topCount
The top count of the search.
false
 
Boolean  
useCost
Flag to indicate if useCost check should be validated before search execution.
true
false
Boolean  
useDistinct
Flag to indicate if search execution should use the SQL 'DISTINCT' operator.
true
false

Example

{
	"topCount" : 100,
	"useCost" : true,
	"useDistinct" : false
}