QueryHandler
QueryResultInfo GetFacet(String q, String wsName, String fq = null, QueryOptions options = null) IEnumerable<KeywordResultItem> GetKeywords(String q, String wsName, Int32 startIndex = 0, Int32 endIndex = 12, String fq = null, QueryOptions options = null) IEnumerable<SummaryResultItem> GetSummaries(String q, String wsName, Int32 startIndex = 0, Int32 endIndex = 12, String fq = null, QueryOptions options = null) IEnumerable<DocumentResultItem> Query(String q, String wsName, Int32 startIndex = 0, Int32 endIndex = 12, String fq = null, QueryOptions options = null)