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?
Is there a way to set the Facets that the Azure
SearchParameterswill use (I.e. will set theIList<string> Facetsproperty on theSearchParametersinstance)?Also, is there a way to create the query using the
IQueryableinterface and retrieve the resulting Facets and/or the actual AzureDocumentSearchResultafter execution along with the mapped search results?