Is there a way to set the Facets that the Azure SearchParameters will use (I.e. will set the IList<string> Facets property on the SearchParameters instance)?
Also, is there a way to create the query using the IQueryable interface and retrieve the resulting Facets and/or the actual Azure DocumentSearchResult after execution along with the mapped search results?