LuceneResultQueryDTO
QueryDTO to extract the results of a single entity from an existing lucene result.
Sub Type Property: "_type" : "LUCENE"
Fields
Type
Name
Description
Optional
Default Value
searchId
The Id of the lucene search result.
false
entity
The entity to extract the results for.
false
searchOrderBy
Definition of how the server side search result will be sorted.
true
null
viewOrderBy
Definition of how the view of the result will be sorted.
true
null
useDistinct
Flag to enable/disable a distinct search.
true
false
Example
{
"_type" : "LUCENE",
"searchOrderBy" : null,
"viewOrderBy" : null,
"useDistinct" : null,
"topCount" : null,
"searchId" : "lakswdn9283ubkj",
"entity" : "Activity"
}