Method |
Description |
|
Any ( string filter ) : string |
|
|
BuildSearchParameterFilter ( double retweetCountFrom, double retweetCountTo, string filter, string hashTags, string username ) : string |
|
|
BuildSearchParameters ( double retweetCountFrom, double retweetCountTo, string sort, string filter, string hashTags, string username, int top, int skip, string scoringProfile, string scoringParameter ) : Microsoft.Azure.Search.Models.SearchParameters |
|
|
Search ( double retweetCountFrom, double retweetCountTo, string sort = null, string filter = null, string query = "", string hashTags = null, string username = null, int skip, int top = 10, string scoringProfile = null, string scoringParameter = null ) : ActionResult |
|
|
Suggest ( string term ) : ActionResult |
|
|