how can use/apply $core_v2_blogPost sory by feature in searchresult api

Hi All,

 i am getting blog post data for sort by MostComment/MostViewed/MostRecent through Api $core_v2_blogPost

Now if i want to get all blogpost data by search api mentioned below then how can we apply MostComment/MostViewed/MostRecent functionalit yon searchresult api data.

#set($query = "type:blog && group:113 " )
$searchQuery.Add("Query", $query)
$searchQuery.Add("PageSize", 15)
$searchQuery.Add("Collapse", true)
#set($results = $core_v2_searchResult.List($searchQuery))